ImageGear v26.3 - Updated November 9, 2022
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()

Return Value

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