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 像素坐标上绘制, 并带有指定的颜色