ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class / Add Method
New layer to add.




In This Topic
    Add Method (ImGearLayerArray)
    In This Topic
    Adds a new layer to the array.
    Syntax
    'Declaration
     
    Public Overridable Function Add( _
       ByVal layer As ImGearLayer _
    ) As Integer
    'Usage
     
    Dim instance As ImGearLayerArray
    Dim layer As ImGearLayer
    Dim value As Integer
     
    value = instance.Add(layer)
    public virtual int Add( 
       ImGearLayer layer
    )
    public: virtual int Add( 
       ImGearLayer* layer
    ) 
    public:
    virtual int Add( 
       ImGearLayer^ layer
    ) 

    Parameters

    layer
    New layer to add.

    Return Value

    Integer value of added layer index in the array..
    See Also