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