ImageGear .NET - Updated October 2, 2018
DeleteLine Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorHatch Class : DeleteLine Method
Index of the line to be deleted.
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)

Parameters

index
Index of the line to be deleted.
See Also

Reference

ImGearVectorHatch Class
ImGearVectorHatch Members