Accusoft.NotateXpress13.Net
GetPoints Method (LineTool)




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

Return Value

An array of points.
See Also

Reference

LineTool Class
LineTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback