TileFrameCompareTo Method |
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public int CompareTo(
Object obj
)
Parameters
- obj
- Type: SystemObject
Another TileFrame object, or a counter value
Return Value
Type:
Int32Return Value | Description |
---|
Less than zero | This frame comes before obj
in the counter indexing sequence. |
Zero | This frame should be drawn when the specified counter value is current |
Greater than zero | This frame comes after
obj in the counter indexing sequence. |
Implements
IComparableCompareTo(Object)See Also