فئة LineSegment
Summary: Represents a segment leading derectly from a specific point to the next point.
Module: aspose.imaging.shapesegments
Full Name: aspose.imaging.shapesegments.LineSegment
Inheritance: ShapeSegment
Constructors
| Name | الوصف |
|---|---|
| LineSegment(start_point, end_point) | ينشئ مثلاً جديداً من الفئة LineSegment. |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| end_point | PointF | r | يحصل على نقطة النهاية. |
| start_point | PointF | r | يحصل على نقطة البداية. |
Constructor: LineSegment(start_point, end_point)
LineSegment(start_point, end_point)
ينشئ مثلاً جديداً من الفئة LineSegment.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| start_point | PointF | نقطة البداية. |
| end_point | PointF | نقطة النهاية. |