ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback