Sorted |
The SortedRenderingLayer type exposes the following members.
Name | Description | |
---|---|---|
SortingCompleted | RenderingLayerSortingCompleted event is called after this RenderingLayer is sorted. It allows the code in the event handler to change the order in which objects are rendered by changing the values in the provided SortedIndexes array (note: use renderingItems.Count to get number of items because SortedIndexes.Length may be to big). |