Class TCoords
Unit
Declaration
type TCoords = class(TInterfacedObject, ICoords)
Description
Map coordinates
Hierarchy
- TInterfacedObject
- TCoords
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): TCoords; |
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): TCoords; |
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.