DrawEventArgs

StockSharp.Xaml.Charting.Rendering.Common

EventArgs raised when the Draw event is raised, which occurs at the start of the render pass

Наследует: EventArgs

Конструкторы

DrawEventArgs(IRenderSurface2D)

Initializes a new instance of the DrawEventArgs class.

renderSurface
The render surface.

Свойства

RenderSurface2D : IRenderSurface2D

Gets the IRenderSurface2D instance which raised the Draw event