BezierShape

BezierShape constructor (1 of 3)

Initializes a new instance of the BezierShape class.

public BezierShape()

See Also


BezierShape constructor (2 of 3)

Initializes a new instance of the BezierShape class.

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

See Also


BezierShape constructor (3 of 3)

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