Unit 'BCTileMap' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_bgracontrols]

TMap

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: bctilemap.pas line 70

type TMap = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure LoadFromINIFile();

  

  procedure SaveToINIFile();

  

  property BackgroundColor: TBGRAPixel; [rw]

  

published

  property Version: NativeInt; [rw]

  

  property Orientation: TMapOrientation; [rw]

  

  property Width: NativeInt; [rw]

  

  property Height: NativeInt; [rw]

  

  property TileWidth: NativeInt; [rw]

  

  property TileHeight: NativeInt; [rw]

  

  property LayerCount: NativeInt; [rw]

  

end;

Inheritance

TMap

  

|

TObject



CT Web help

CodeTyphon Studio