Classe BezierSegment

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

Constructors

NameDescription
BezierSegment(start_point, first_control_point, second_control_point, end_point)Initialise une nouvelle instance de la classe BezierSegment.

Properties

NameTypeAccessDescription
end_pointPointFrObtient le point final.
first_control_pointPointFrObtient le premier point de contrôle d’une spline bézier.
second_control_pointPointFrObtient le deuxième point de contrôle d’une spline bézier.
start_pointPointFrObtient le point de départ.

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

 BezierSegment(start_point, first_control_point, second_control_point, end_point) 

Initialise une nouvelle instance de la classe BezierSegment.

Parameters:

ParamètreTypeDescription
start_pointPointFLe point de départ.
first_control_pointPointFLe premier point de contrôle.
second_control_pointPointFLe deuxième point de contrôle.
end_pointPointFLe point d’arrivée.