ImageGear .NET - Updated May 30, 2018
SetPoint Method (ImGearARTFilledPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTFilledPolygon Class : SetPoint Method
Index to set at.
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 ImGearARTFilledPolygon
Dim index As Integer
Dim point As ImGearPoint
 
instance.SetPoint(index, point)

Parameters

index
Index to set at.
point
Point to set.
See Also

Reference

ImGearARTFilledPolygon Class
ImGearARTFilledPolygon Members
ImGearPoint Structure