DrawEventArgs
StockSharp.Xaml.Charting.Rendering.Common
EventArgs raised when the Draw event is raised, which occurs at the start of the render pass
Erbt von: EventArgs
Konstruktoren
DrawEventArgs(IRenderSurface2D)
Initializes a new instance of the DrawEventArgs class.
- renderSurface
- The render surface.
Eigenschaften
RenderSurface2D : IRenderSurface2D
Gets the IRenderSurface2D instance which raised the Draw event