ImageGear .NET - Updated
AddPoint Method (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : AddPoint Method
The point to add.
Adds the specified point.
Syntax
'Declaration
 
Public Sub AddPoint( _
   ByVal point As ImGearPoint _
) 
'Usage
 
Dim instance As ImGearARTPolygon
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

ImGearARTPolygon Class
ImGearARTPolygon Members
ImGearPoint Structure