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