ImageGear .NET - Updated May 1, 2018
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)

Parameters

index
Index of View to be removed.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members
CreateView Method
ImGearVectorView Class