Accusoft.NotateXpress13.Net
SetPoints Method (PolygonTool)




An array of Points used to draw the line.
Sets an array of Points used to draw the line.
Syntax
'Declaration
 
Public Sub SetPoints( _
   ByVal points() As Point _
) 
'Usage
 
Dim instance As PolygonTool
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 Points used to draw the line.
See Also

Reference

PolygonTool Class
PolygonTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback