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




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

    Return Value

    Returns a copy of the layer.
    See Also