public final class Path extends Shape
Represents arc.
Constructor and Description |
---|
Path()
Initializes a new instance of the
Path class. |
Path(Shape[] shapes)
Initializes a new instance of the
Path class. |
Modifier and Type | Method and Description |
---|---|
List<Shape> |
getShapes()
Gets or sets shapes collection.
|
com.aspose.ms.System.Collections.Generic.List<Shape> |
getShapesInternal()
Gets or sets shapes collection.
|
getGraphInfo, getText, setGraphInfo, setText
public Path(Shape[] shapes)
Initializes a new instance of the Path
class.
shapes
- The shape array contains path segments set.public Path()
Initializes a new instance of the Path
class.