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).
Implements: IEnumerable<RenderOperationLayer>, IEnumerable
Properties
Item
public RenderOperationLayer Item { get; }
value = renderOperationLayers.Item
Gets the RenderOperationLayer with the specified RenderLayer.
- layer
- The layer to get.
Methods
Flush
public void Flush()
renderOperationLayers.Flush()
Flushes the RenderOperationLayer collection, processing and executing all render operations according to the Z-order defined by the RenderLayer enumeration
GetEnumerator
public IEnumerator<RenderOperationLayer> GetEnumerator()
result = renderOperationLayers.GetEnumerator()
Returns an enumerator that iterates through a collection.
Returns: An IEnumerator object that can be used to iterate through the collection.
System#Collections#IEnumerable#GetEnumerator()
Returns an enumerator that iterates through a collection.
Returns: An IEnumerator object that can be used to iterate through the collection.