Clase 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 | Descripción |
|---|---|
| LineSegment(start_point, end_point) | Inicializa una nueva instancia de la clase LineSegment. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| end_point | PointF | r | Obtiene el punto final. |
| start_point | PointF | r | Obtiene el punto inicial. |
Constructor: LineSegment(start_point, end_point)
LineSegment(start_point, end_point)
Inicializa una nueva instancia de la clase LineSegment.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| start_point | PointF | El punto de inicio. |
| end_point | PointF | El punto final. |