RenderOperationLayers
StockSharp.Xaml.Charting.Rendering.Common
A collection of RenderOperationLayer layers, which allow rendering operations to be posted to a layered queue for later execution in order (and correct Z-ordering).
Implementiert: IEnumerable<RenderOperationLayer>, IEnumerable
Eigenschaften
Item : RenderOperationLayer
Gets the RenderOperationLayer with the specified RenderLayer.
- layer
- The layer to get.
Methoden
Flush()
Flushes the RenderOperationLayer collection, processing and executing all render operations according to the Z-order defined by the RenderLayer enumeration
GetEnumerator() : IEnumerator<RenderOperationLayer>
Returns an enumerator that iterates through a collection.
Rückgabe: An IEnumerator object that can be used to iterate through the collection.
System#Collections#IEnumerable#GetEnumerator()
Returns an enumerator that iterates through a collection.
Rückgabe: An IEnumerator object that can be used to iterate through the collection.