Uses of Class
aspose.pdf.PositionArray

Uses of PositionArray in aspose.pdf
 

Methods in aspose.pdf that return PositionArray
 PositionArray Line.getPositionArray()
          Gets 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 Graph constructor to create a Line object and need not use this class directly.
 

Methods in aspose.pdf with parameters of type PositionArray
 void Line.setPositionArray(PositionArray posArr)
          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 Graph constructor to create a Line object and need not use this class directly.