SpriteFrame Class |
Namespace: (Default Namespace)
public class SpriteFrame : TileFrame
The SpriteFrame type exposes the following members.
Name | Description | |
---|---|---|
SpriteFrame(Rectangle, Frameset, Int32, Int32, Byte) | Initializes a new instance of the SpriteFrame class | |
SpriteFrame(Rectangle, Frameset, Int32, Int32, Byte) | Initializes a new instance of the SpriteFrame class |
Name | Description | |
---|---|---|
CompareTo |
Compares frames based on their m_nAccumulatedDuration value
(Inherited from TileFrame.) | |
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
m_nAccumulatedDuration |
Represents counter value, and is used to optimize frame searching
(Inherited from TileFrame.) | |
subFrames |
A list of all the frameset frame indexes contained in this tile frame.
(Inherited from TileFrame.) |