ImageGear .NET v24.12 - Updated
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)
public ImGearVectorHatchline GetLine( 
   int index
)
public: ImGearVectorHatchline* GetLine( 
   int index
) 
public:
ImGearVectorHatchline^ GetLine( 
   int 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