ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class / Clear Method




In This Topic
    Clear Method (ImGearLayerArray)
    In This Topic
    Removes all of the layers from the array.
    Syntax
    'Declaration
     
    Public Overridable Sub Clear() 
    'Usage
     
    Dim instance As ImGearLayerArray
     
    instance.Clear()
    public virtual void Clear()
    public: virtual void Clear(); 
    public:
    virtual void Clear(); 
    See Also