IPathDrawingContext
StockSharp.Xaml.Charting.Rendering.Common
Returns an IPathDrawingContext to draw a polyline, or collection of PointMarkers
实现: IDisposable
方法
Begin(IPathColor, double, double) : IPathDrawingContext
Starts the context at the specified X,Y coordinate with a specified Pen
- color
- The pen or brush for the drawing operation
- x
- The x-coordinate in pixels
- y
- The y-coordinate in pixels
返回值: The IPathDrawingContext instance, to allow fluent API
End()
Ends the segment, flushing to render target
MoveTo(double, double) : IPathDrawingContext
Moves the Context to the specified X,Y coordinate.
- x
- The x-coordinate in pixels
- y
- The y-coordinate in pixels
返回值: The IPathDrawingContext instance, to allow fluent API