ImageGear v26.3 - Updated
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)
    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