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).

Implementa: IEnumerable<RenderOperationLayer>, IEnumerable

Propiedades

Item : RenderOperationLayer

Gets the RenderOperationLayer with the specified RenderLayer.

layer
The layer to get.

Métodos

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.

Devuelve: An IEnumerator object that can be used to iterate through the collection.

System#Collections#IEnumerable#GetEnumerator()

Returns an enumerator that iterates through a collection.

Devuelve: An IEnumerator object that can be used to iterate through the collection.