Class TBigCoords
Unit
Declaration
type TBigCoords = class(TInterfacedObject, IBigCoords)
Description
Map coordinates with 2-byte values
Hierarchy
- TInterfacedObject
- TBigCoords
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetX: Cardinal; |
![]() |
procedure _SetX(X: Cardinal); |
![]() |
function _GetY: Cardinal; |
![]() |
procedure _SetY(Y: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TBigCoords; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property X: Cardinal read _GetX write _SetX; |
![]() |
property Y: Cardinal read _GetY write _SetY; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetX: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetX(X: Cardinal); |
|
This item has no description. | |
![]() |
function _GetY: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetY(Y: Cardinal); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TBigCoords; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
|
The size of the data that this object was deserialized from.
| |
![]() |
property X: Cardinal read _GetX write _SetX; |
|
| |
![]() |
property Y: Cardinal read _GetY write _SetY; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
