Accusoft.NotateXpress13.Net
GetPoints Method (PolygonTool)




Returns an array of Points used to draw the line.
Syntax
'Declaration
 
Public Function GetPoints() As Point()
'Usage
 
Dim instance As PolygonTool
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

PolygonTool Class
PolygonTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback