The Baltie2DTile type exposes the following members.

Constructors

  NameDescription
Baltie2DTile
Creates a new instance of the class Baltie2DTile.

Methods

  NameDescription
DrawImageOverloaded.
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.)
GetGraphics
Creates the graphic canvas Graphics for drawing on the tile number.
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.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
SetModified
Gets that the tile was modified.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Fields

  NameDescription
Border
Gets the border tile.
None
Gets the empty tile.

Properties

  NameDescription
BankIndex
Gets the number of the tile in the back.
Height
Gets the tile height.
Index
Gets the number of the tile.
IsPassable
Gets or sets whether the tile is passable for Baltie.
IsReadOnly
Determines whether the tile is read-only.
Size
Gets the size of the tile.
Width
Gets the tile width.

See Also