Accusoft.NotateXpress13.Net
GetPoints Method (PolyLineTool)




Returns an array of Points used to draw the line.
Syntax
'Declaration
 
Public Function GetPoints() As Point()
'Usage
 
Dim instance As PolyLineTool
Dim value() As Point
 
value = instance.GetPoints()
public Point[] GetPoints()
public: Point[]* GetPoints(); 
public:
array<Point>^ GetPoints(); 

Return Value

An array of Points used to draw the line.
See Also

Reference

PolyLineTool Class
PolyLineTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback