public void DrawPath(IShape4D path, Color color, short lineWeight) { FlatShape4D flatShape = path.ToFlatShape(); this.DrawPath(flatShape.FlatShape, flatShape.Transformation, color, lineWeight, flatShape.IsFilled, false, 0.0); }
public void DrawPath(IShape4D path, Color color, short lineWeight) { FlatShape4D flatShape = path.ToFlatShape(); this.method_0(flatShape.FlatShape, color, flatShape.Transformation, flatShape.IsFilled, 0.0, false); }