ImageGear .NET v24.12 - Updated
DeleteView Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : DeleteView Method
Index of View to be removed.
Removes the specified View from the internal view container and destroys it.
Syntax
'Declaration
 
Public Sub DeleteView( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearVectorData
Dim index As Integer
 
instance.DeleteView(index)
public void DeleteView( 
   int index
)
public: void DeleteView( 
   int index
) 
public:
void DeleteView( 
   int index
) 

Parameters

index
Index of View to be removed.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members
CreateView Method
ImGearVectorView Class