Classe 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 | Description |
|---|---|
| LineSegment(start_point, end_point) | Initialise une nouvelle instance de la classe LineSegment. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| end_point | PointF | r | Obtient le point final. |
| start_point | PointF | r | Obtient le point de départ. |
Constructor: LineSegment(start_point, end_point)
LineSegment(start_point, end_point)
Initialise une nouvelle instance de la classe LineSegment.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| start_point | PointF | Le point de départ. |
| end_point | PointF | Le point d’arrivée. |