فئة 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

Nameالوصف
BezierSegment(start_point, first_control_point, second_control_point, end_point)ينشئ مثلاً جديداً من الفئة BezierSegment.

Properties

NameTypeAccessالوصف
end_pointPointFrيحصل على نقطة النهاية.
first_control_pointPointFrيحصل على نقطة التحكم الأولى لمنحنى بيزير.
second_control_pointPointFrيحصل على نقطة التحكم الثانية لمنحنى بيزير.
start_pointPointFrيحصل على نقطة البداية.

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

 BezierSegment(start_point, first_control_point, second_control_point, end_point) 

ينشئ مثلاً جديداً من الفئة BezierSegment.

Parameters:

معاملنوعالوصف
start_pointPointFنقطة البداية.
first_control_pointPointFنقطة التحكم الأولى.
second_control_pointPointFنقطة التحكم الثانية.
end_pointPointFنقطة النهاية.