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




In This Topic
    Clone Method (ImGearLayerArray)
    In This Topic
    Clones the array of layers.
    Syntax
    'Declaration
     
    Public Function Clone() As ImGearLayerArray
    'Usage
     
    Dim instance As ImGearLayerArray
    Dim value As ImGearLayerArray
     
    value = instance.Clone()
    public ImGearLayerArray Clone()
    public: ImGearLayerArray* Clone(); 
    public:
    ImGearLayerArray^ Clone(); 

    Return Value

    ImGearLayerArray class object.
    See Also