CadBoundaryPathSpline.ControlPoints

CadBoundaryPathSpline.ControlPoints property

Gets or sets the control points.

public List<Point2D> ControlPoints { get; set; }

Property Value

The control points.

See Also