public abstract class ShapeSegment extends Object
Represents a shape segment. A segment is a line or curve connecting two points.
| Constructor and Description |
|---|
ShapeSegment() |
| Modifier and Type | Method and Description |
|---|---|
abstract PointF |
getEndPoint()
Gets the ending point.
|
abstract PointF |
getStartPoint()
Gets the starting point.
|
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.