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