Click or drag to resize

CommandListAppendCubicBezierRel Method

Overload List
 NameDescription
Public methodAppendCubicBezierRel(Point2D, Point2D, Point2D)

Marks a cubic Bezier curve in 2D from the current position, using the control-point coordinates, to the end-point.

Public methodAppendCubicBezierRel(Point3D, Point3D, Point3D)

Marks a cubic Bezier curve in 3D from the current position, using the control-point coordinates, to the end-point.

Public methodAppendCubicBezierRel(Double, Double, Double, Double, Double, Double)

Marks a cubic Bezier curve in 2D from the current position, using the control-point coordinates, to the end-point.

Public methodAppendCubicBezierRel(Double, Double, Double, Double, Double, Double, Double, Double, Double)

Marks a cubic Bezier curve in 3D from the current position, using the control-point coordinates, to the end-point.

Top
See Also