ShapeSegment Class
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 | Description |
|---|---|---|---|
| end_point | PointF | r | Gets the ending point. |
| start_point | PointF | r | Gets the starting point. |