ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / Clone Method




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

Return Value

Non-null instance of ImGearDIB class.
Remarks
In contrast to MemberwiseClone, this member provides deep copy of object (i.e., all internal objects are cloned as well).
See Also