TileFrame Class |
Namespace: (Default Namespace)
public class TileFrame : IComparable
The TileFrame type exposes the following members.
Name | Description | |
---|---|---|
TileFrame(Int32, Int32) |
Constructs a simple (non-composite) TileFrame given its m_nAccumulatedDuration
and the single frameset frame index.
| |
TileFrame(Int32, Int32) |
Constructs a composite TileFrame given its m_nAccumulatedDuration and
subFrames.
|
Name | Description | |
---|---|---|
CompareTo |
Compares frames based on their m_nAccumulatedDuration value
| |
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
| |
subFrames |
A list of all the frameset frame indexes contained in this tile frame.
|