ImageGear .NET - Updated December 24, 2018
SetPoint Method (IImGearARTPolyline)




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

Parameters

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

Reference

IImGearARTPolyline Interface
IImGearARTPolyline Members
ImGearPoint Structure