ImageGear .NET - Updated May 30, 2018
AddPoint Method (ImGearARTCurve)




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

Parameters

point
The point to add.
See Also

Reference

ImGearARTCurve Class
ImGearARTCurve Members
ImGearPoint Structure