SimpleTile Class |
Namespace: (Default Namespace)
public class SimpleTile : TileBase
The SimpleTile type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimpleTile(Int32) |
Constructs a tile based on a single frame index from a frameset.
|
![]() | SimpleTile(Int32) |
Constructs a single-frame tile based on multiple frameset frames.
|
![]() | SimpleTile(Int32, TileCategoryMembershipBase) |
Constructs a tile based on a single frame index from a frameset, and specifies
the tile's membership in tile categories.
|
![]() | SimpleTile(Int32, TileCategoryMembershipBase) |
Constructs a single-frame tile based on multiple frameset frames, and specifies
the tile's membership in tile categories.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsMember | (Overrides TileBaseIsMember(TileCategoryName).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CurrentFrame |
Returns an array of frameset frame indexes that represent the current appearance of the tile.
(Overrides TileBaseCurrentFrame.) |