Interface ICoords
Unit
Declaration
type ICoords = interface(IInterface)
Description
Map coordinates
Attributes
- GUID['{A2D972B3-E277-50BE-81F8-B26357BCF3C5}']
Hierarchy
- IInterface
- ICoords
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetX: Cardinal; |
![]() |
procedure SetX(X: Cardinal); |
![]() |
function GetY: Cardinal; |
![]() |
procedure SetY(Y: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
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
|
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.