The Baltie2DTiles type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Baltie2DTiles |
Creates a new instance of the class Baltie2DTiles.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. |
![]() | DrawImage | Overloaded. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
The class destructor.
(Inherited from XDisposableObject.) |
![]() | GetBankDefaultFileName |
Creates default name for file name.
|
![]() ![]() | GetDefaultTiles |
Returns the default Baltie's tiles bank.
|
![]() | GetGraphics |
Creates the graphic canvas Graphics for drawing on the tile number n.
|
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | GetPassable |
Gets whether the tile n is passable.
|
![]() | GetTilesBitmap | Overloaded. |
![]() | GetType | Gets the Type of the current instance. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() | OnModifiedChanged |
Fire event ModifiedChanged.
|
![]() | Save | Overloaded. |
![]() | SetPassable |
Sets the passability of the tile with number n.
|
![]() | SetTilesBitmap | Overloaded. |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | BankOffset |
The the bank offset.
|
![]() | Count |
Gets the number of tiles in the bank.
|
![]() | IsDisposed |
Denotes whether the instance is disposed.
(Inherited from XDisposableObject.) |
![]() | IsModified |
Gets or sets whether the bank was modified, but was not yet saved.
|
![]() | IsReadOnly |
Determinates whether the Baltie's tiles bank is read-only.
|
![]() | Item |
Gets the tile with number n.
|
![]() | SyncRoot |
Returns the object that can be used for synchronizing access to this instance.
|
![]() | TileHeight |
Gets the tile height.
|
![]() | TileSize |
Gets the size of the tile.
|
![]() | TileWidth |
Gets the tile width.
|
Events
Name | Description | |
---|---|---|
![]() | ModifiedChanged |
The event for tracking changes in the bank.
|