ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class / Insert Method
Position in the current array to insert layer to.
Layer to insert.




In This Topic
    Insert Method (ImGearLayerArray)
    In This Topic
    Insets the specified layer at the spefied position in the array.
    Syntax
    'Declaration
     
    Public Overridable Sub Insert( _
       ByVal index As Integer, _
       ByVal layer As ImGearLayer _
    ) 
    'Usage
     
    Dim instance As ImGearLayerArray
    Dim index As Integer
    Dim layer As ImGearLayer
     
    instance.Insert(index, layer)
    public virtual void Insert( 
       int index,
       ImGearLayer layer
    )
    public: virtual void Insert( 
       int index,
       ImGearLayer* layer
    ) 
    public:
    virtual void Insert( 
       int index,
       ImGearLayer^ layer
    ) 

    Parameters

    index
    Position in the current array to insert layer to.
    layer
    Layer to insert.
    See Also