Clase ShapeSegment
Summary: Represents a shape segment. A segment is a line or curve connecting two points.
Module: aspose.imaging
Full Name: aspose.imaging.ShapeSegment
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| end_point | PointF | r | Obtiene el punto final. |
| start_point | PointF | r | Obtiene el punto inicial. |