public final class Line extends Shape
Modifier and Type | Field and Description |
---|---|
PositionArray |
PositionArray
Gets or sets a
PositionArray object that indicates the position array.The array is
composed by coordinates of each control point of the line.Note that you can use the
Line(Graph,float[]) constructor to create a Line object and need not use this class
directly. |
Constructor and Description |
---|
Line()
Initializes a new instance of the
Line class. |
Line(float[] newPositionArray)
Initializes a new instance of the
Line class. |
Line(Graph parentGraph)
Initializes a new instance of the
Line class. |
Line(Graph parentGraph,
float[] positionArray)
Initializes a new instance of the
Line class. |
getOpacity, getStrokeOpacity, setOpacity, setStrokeOpacity
load
public PositionArray PositionArray
Gets or sets a PositionArray
object that indicates the position array.The array is
composed by coordinates of each control point of the line.Note that you can use the
Line(Graph,float[])
constructor to create a Line object and need not use this class
directly.
public Line()
Initializes a new instance of the Line
class.
public Line(Graph parentGraph)
Initializes a new instance of the Line
class.
public Line(float[] newPositionArray)
Initializes a new instance of the Line
class.
positionArray
- The line position array.public Line(Graph parentGraph, float[] positionArray)
Initializes a new instance of the Line
class.
graph
- The specified Graph
object.positionArray
- The line position array.The array is
composed by coordinates of each control point of the line.
Graph
object.
Copyright © 2014 Aspose. All Rights Reserved.