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