ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class / RemoveAt Method
Layer index to remove from the array.




In This Topic
    RemoveAt Method (ImGearLayerArray)
    In This Topic
    Removes layer with the specified index from the array.
    Syntax
    'Declaration
     
    Public Overridable Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearLayerArray
    Dim index As Integer
     
    instance.RemoveAt(index)
    public virtual void RemoveAt( 
       int index
    )
    public: virtual void RemoveAt( 
       int index
    ) 
    public:
    virtual void RemoveAt( 
       int index
    ) 

    Parameters

    index
    Layer index to remove from the array.
    See Also