Accusoft.NotateXpress13.Net
GetPoints Method (FreeHandTool)




Gets an array of points that is used to draw the line for the freehand.
Syntax
'Declaration
 
Public Function GetPoints() As Point()
'Usage
 
Dim instance As FreeHandTool
Dim value() As Point
 
value = instance.GetPoints()
public Point[] GetPoints()
public: Point[]* GetPoints(); 
public:
array<Point>^ GetPoints(); 
See Also

Reference

FreeHandTool Class
FreeHandTool Members
System.Drawing.Point

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback