Click or drag to resize
TileFrameCompareTo Method
Compares frames based on their m_nAccumulatedDuration value

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
Another TileFrame object, or a counter value

Return Value

Type: Int32
Return ValueDescription
Less than zeroThis frame comes before obj in the counter indexing sequence.
ZeroThis frame should be drawn when the specified counter value is current
Greater than zeroThis frame comes after obj in the counter indexing sequence.

Implements

IComparableCompareTo(Object)
See Also