BezierSegment Class

Summary: The bezier segment going from one point to the next point and using two control points.

Module: aspose.imaging.shapesegments

Full Name: aspose.imaging.shapesegments.BezierSegment

Inheritance: LineSegment

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
BezierSegment(start_point, first_control_point, second_control_point, end_point)Initializes a new instance of the BezierSegment class.

Properties

NameTypeAccessDescription
end_pointPointFrGets the ending point.
first_control_pointPointFrGets the first control point of a bezier spline.
second_control_pointPointFrGets the second control point of a bezier spline.
start_pointPointFrGets the starting point.

Constructor: BezierSegment(start_point, first_control_point, second_control_point, end_point)

 BezierSegment(start_point, first_control_point, second_control_point, end_point) 

Initializes a new instance of the BezierSegment class.

Parameters:

ParameterTypeDescription
start_pointPointFThe start point.
first_control_pointPointFThe first control point.
second_control_pointPointFThe second control point.
end_pointPointFThe end point.