Interface IByteCoords
Unit
Declaration
type IByteCoords = interface(IInterface)
Description
Map coordinates with raw 1-byte values
Attributes
- GUID['{2347FED9-DCCC-5808-990F-80CDE9A0EEF1}']
Hierarchy
- IInterface
- IByteCoords
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.