IPathContextFactory

StockSharp.Xaml.Charting.Rendering.Common

IPathDrawingContextインスタンス、e.g を作成します。 行、ポイント、ポリゴンの輪郭を最終的な実装に応じて描画します。 線を引くためのBeginLineのメソッドはありますが、IPointMarkerなどの他のタイプは、IPathContextFactoryがポイントマーカーを描画するために実装しています。

メソッド

Begin
public IPathDrawingContext Begin(IPathColor color, double startX, double startY)
result = iPathContextFactory.Begin(color, startX, startY)

指定されたX、Yピクセル座標で描画し始め、指定された色で