Accusoft.NotateXpress13.Net
SetPoints Method (RulerTool)




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

Reference

RulerTool Class
RulerTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback