The Baltie2DTilesBank type exposes the following members.

Constructors

  NameDescription
Baltie2DTilesBank
Creates a new instance of the class Baltie2DTilesBank.

Methods

  NameDescription
CreateNewTilesOverloaded.
Equals

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

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetDefaultTilesFileName
Creates the default file name for the bank.
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.)
GetInstance
Returns Baltie's banks.
GetTilesOverloaded.
GetTilesBitmapOverloaded.
GetTilesOffset
The the bank offset tiles.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
Load
Loads Baltie's banks.
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
OnModifiedChanged
Fire event ModifiedChanged.
SetTilesBitmapOverloaded.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Fields

  NameDescription
DefaultTilesName
The default name of the Baltie's tile bank.

Properties

  NameDescription
IsModified
Gets or sets whether the bank was modified.
Item
Gets the tile with number n.
SyncRoot
Returns the object that can be used for synchronizing access to this instance.

Events

  NameDescription
ModifiedChanged
The event for tracking changes in the bank.

See Also