The Baltie2DTiles type exposes the following members.

Constructors

  NameDescription
Baltie2DTiles
Creates a new instance of the class Baltie2DTiles.

Methods

  NameDescription
DisposeOverloaded.
DrawImageOverloaded.
Equals

Determines whether the specified Object is equal to the current Object.

(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.

(Inherited from Object.)
GetPassable
Gets whether the tile n is passable.
GetTilesBitmapOverloaded.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
OnModifiedChanged
Fire event ModifiedChanged.
SaveOverloaded.
SetPassable
Sets the passability of the tile with number n.
SetTilesBitmapOverloaded.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Properties

  NameDescription
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

  NameDescription
ModifiedChanged
The event for tracking changes in the bank.

See Also