Interface IBigCoords
Unit
Declaration
type IBigCoords = interface(IInterface)
Description
Map coordinates with 2-byte values
Attributes
- GUID['{50DE2F46-381E-51EA-99F6-0EA55086AD7D}']
Hierarchy
- IInterface
- IBigCoords
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.
