VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / WebpEncoder Class / Clone() Method
Syntax Requirements SeeAlso
In This Topic
    Clone() Method (WebpEncoder)
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    'Declaration
    
    Public Overrides Function Clone() As System.Object
    
    
    public override System.Object Clone()
    
    
    public: System.Object Clone(); override
    
    
    public:
    System.Object Clone(); override

    Return Value

    A new object that is a copy of this instance.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6

    See Also