ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class / Remove Method
Layer to remove from the array.




In This Topic
Remove Method (ImGearLayerArray)
In This Topic
Removes the specified layer from the array.
Syntax
'Declaration
 
Public Overridable Sub Remove( _
   ByVal value As ImGearLayer _
) 
 
'Usage
 
Dim instance As ImGearLayerArray
Dim value As ImGearLayer
 
instance.Remove(value)

Parameters

value
Layer to remove from the array.
See Also