ImageGear .NET - Updated
SetPoint Method (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : SetPoint Method
Index of the point.
The point to set.
Sets mark's point at the specified index.
Syntax
'Declaration
 
Public Sub SetPoint( _
   ByVal index As Integer, _
   ByVal point As ImGearPoint _
) 
'Usage
 
Dim instance As ImGearARTPolygon
Dim index As Integer
Dim point As ImGearPoint
 
instance.SetPoint(index, point)
public void SetPoint( 
   int index,
   ImGearPoint point
)
public: void SetPoint( 
   int index,
   ImGearPoint point
) 
public:
void SetPoint( 
   int index,
   ImGearPoint point
) 

Parameters

index
Index of the point.
point
The point to set.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members
ImGearPoint Structure