Accusoft.NotateXpress13.Net
SetPoints Method (ProtractorTool)




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

Reference

ProtractorTool Class
ProtractorTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback