ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPixel Class / Clone Method




In This Topic
    Clone Method (ImGearPixel)
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    'Declaration
     
    Public Function Clone() As ImGearPixel
    'Usage
     
    Dim instance As ImGearPixel
    Dim value As ImGearPixel
     
    value = instance.Clone()
    public ImGearPixel Clone()
    public: ImGearPixel* Clone(); 
    public:
    ImGearPixel^ Clone(); 

    Return Value

    ImGearPixel class object that is a copy of the current instance.
    See Also