ImageGear .NET - Updated November 28, 2017
AddPoint Method (ImGearARTPolyRuler)




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyRuler Class : AddPoint Method
The point to add.
Adds the specified point.
Syntax
'Declaration
 
Public Sub AddPoint( _
   ByVal point As ImGearPoint _
) 
 
'Usage
 
Dim instance As ImGearARTPolyRuler
Dim point As ImGearPoint
 
instance.AddPoint(point)

Parameters

point
The point to add.
See Also

Reference

ImGearARTPolyRuler Class
ImGearARTPolyRuler Members
ImGearPoint Structure