ImageGear .NET v24.12 - Updated
Remove Method (ImGearLayerArray)




ImageGear24.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayerArray Class : Remove Method
Layer to remove from the array.
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)
public virtual void Remove( 
   ImGearLayer value
)
public: virtual void Remove( 
   ImGearLayer* value
) 
public:
virtual void Remove( 
   ImGearLayer^ value
) 

Parameters

value
Layer to remove from the array.
See Also

Reference

ImGearLayerArray Class
ImGearLayerArray Members