ImageGear .NET - Updated July 31, 2018
GetPoint Method (ImGearARTPolyRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyRuler Class : GetPoint Method
Index of the point.
Gets mark's point with the specified index.
Syntax
'Declaration
 
Public Function GetPoint( _
   ByVal index As Integer _
) As ImGearPoint
 
'Usage
 
Dim instance As ImGearARTPolyRuler
Dim index As Integer
Dim value As ImGearPoint
 
value = instance.GetPoint(index)

Parameters

index
Index of the point.

Return Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

ImGearARTPolyRuler Class
ImGearARTPolyRuler Members
ImGearPoint Structure