public final class Line extends Shape
Represents line.
Constructor and Description |
---|
Line(float[] positionArray)
Initializes a new instance of the
Line class. |
Modifier and Type | Method and Description |
---|---|
float[] |
getPositionArray()
Gets or sets a
PositionArray object that indicates the position array.The array is
composed by coordinates of each control point of the line. |
void |
setPositionArray(float[] value) |
getGraphInfo, setGraphInfo
Copyright © 2017 Aspose. All Rights Reserved.