ImageGear .NET v24.12 - Updated
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)
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

Reference

ImGearVectorHatch Class
ImGearVectorHatch Members