Accusoft.NotateXpress13.Net
SetPoints Method (FreeHandTool)




An array of System.Drawing.Point to use to draw the line for the freehand.
Sets an array of given points used to draw the line.
Syntax
'Declaration
 
Public Sub SetPoints( _
   ByVal points() As Point _
) 
'Usage
 
Dim instance As FreeHandTool
Dim points() As Point
 
instance.SetPoints(points)
public void SetPoints( 
   Point[] points
)
public: void SetPoints( 
   Point[]* points
) 
public:
void SetPoints( 
   array<Point>^ points
) 

Parameters

points
An array of System.Drawing.Point to use to draw the line for the freehand.
See Also

Reference

FreeHandTool Class
FreeHandTool Members
System.Drawing.Point

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback