Click or drag to resize
SimpleTile Class
Represents a non-animated composite or single-cell tile
Inheritance Hierarchy

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public class SimpleTile : TileBase

The SimpleTile type exposes the following members.

Constructors
  NameDescription
Public methodSimpleTile(Int32)
Constructs a tile based on a single frame index from a frameset.
Public methodSimpleTile(Int32)
Constructs a single-frame tile based on multiple frameset frames.
Public methodSimpleTile(Int32, TileCategoryMembershipBase)
Constructs a tile based on a single frame index from a frameset, and specifies the tile's membership in tile categories.
Public methodSimpleTile(Int32, TileCategoryMembershipBase)
Constructs a single-frame tile based on multiple frameset frames, and specifies the tile's membership in tile categories.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsMember (Overrides TileBaseIsMember(TileCategoryName).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCurrentFrame
Returns an array of frameset frame indexes that represent the current appearance of the tile.
(Overrides TileBaseCurrentFrame.)
Top
See Also