Class BatchBase<TDrawInfo>.QueueComparer<TInfo>
protected abstract class BatchBase<TDrawInfo>.QueueComparer<TInfo> : IComparer<int>Type Parameters
- TInfo
- Inheritance
- 
      objectBatchBase<TDrawInfo>.QueueComparer<TInfo>
- Implements
Fields
ImageInfos
public TInfo[] ImageInfosField Value
- TInfo[]
Methods
Compare(int, int)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
public abstract int Compare(int x, int y)Parameters
Returns
- int
- A signed integer that indicates the relative values of - xand- y, as shown in the following table.- Value - Meaning - Less than zero - xis less than- y.- Zero - xequals- y.- Greater than zero - xis greater than- y.