BezierShape.BezierShape

BezierShape()

Initializes a new instance of the BezierShape class.

public BezierShape()

See Also


BezierShape(PointF[])

Initializes a new instance of the BezierShape class.

public BezierShape(PointF[] points)
ParameterTypeDescription
pointsPointF[]The points array.

See Also


BezierShape(PointF[], bool)

Initializes a new instance of the BezierShape class.

public BezierShape(PointF[] points, bool isClosed)
ParameterTypeDescription
pointsPointF[]The points array.
isClosedBooleanIf set to true the bezier spline is closed.

See Also