ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorHatch Class / DeleteLine Method
Index of the line to be deleted.




In This Topic
    DeleteLine Method
    In This Topic
    Removes the hatch line specified with index from the hatch and destroys it.
    Syntax
    'Declaration
     
    Public Sub DeleteLine( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearVectorHatch
    Dim index As Integer
     
    instance.DeleteLine(index)
    public void DeleteLine( 
       int index
    )
    public: void DeleteLine( 
       int index
    ) 
    public:
    void DeleteLine( 
       int index
    ) 

    Parameters

    index
    Index of the line to be deleted.
    See Also