ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorHatch Class / GetLine Method
Index of the line in the hatch.




In This Topic
    GetLine Method
    In This Topic
    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