ImageGear .NET - Updated October 2, 2018
GetLine Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorHatch Class : GetLine Method
Index of the line in the hatch.
Gets the handle of the hatch line specified by the index.
Syntax
'Declaration
 
Public Function GetLine( _
   ByVal index As Integer _
) As ImGearVectorHatchline
 
'Usage
 
Dim instance As ImGearVectorHatch
Dim index As Integer
Dim value As ImGearVectorHatchline
 
value = instance.GetLine(index)

Parameters

index
Index of the line in the hatch.

Return Value

New instance of ImGearVectorHatchline class object.
See Also

Reference

ImGearVectorHatch Class
ImGearVectorHatch Members