فئة 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
| Name | Type | Access | الوصف |
|---|---|---|---|
| end_point | PointF | r | يحصل على نقطة النهاية. |
| first_control_point | PointF | r | يحصل على نقطة التحكم الأولى لمنحنى بيزير. |
| second_control_point | PointF | r | يحصل على نقطة التحكم الثانية لمنحنى بيزير. |
| start_point | PointF | r | يحصل على نقطة البداية. |
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_point | PointF | نقطة البداية. |
| first_control_point | PointF | نقطة التحكم الأولى. |
| second_control_point | PointF | نقطة التحكم الثانية. |
| end_point | PointF | نقطة النهاية. |