Interface IMapGraphicRowTile
Unit
Declaration
type IMapGraphicRowTile = interface(IInterface)
Description
A single tile in a row of map graphics
Attributes
- GUID['{D2B15FE3-4291-50A3-8C6E-0591FD1981E3}']
Hierarchy
- IInterface
- IMapGraphicRowTile
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetX: Cardinal; |
|
procedure SetX(X: Cardinal); |
|
function GetGraphic: Cardinal; |
|
procedure SetGraphic(Graphic: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property X: Cardinal read GetX write SetX; |
|
property Graphic: Cardinal read GetGraphic write SetGraphic; |
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 GetGraphic: Cardinal; |
|
This item has no description. |
procedure SetGraphic(Graphic: 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 Graphic: Cardinal read GetGraphic write SetGraphic; |
|
|
Generated by PasDoc 0.16.0-snapshot.