ImageGear .NET - Updated
AddPoint Method (ImGearARTPolyline)




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

Parameters

point
The point to add.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members
ImGearPoint Structure