ImageGear for .NET
Clone Method (ImGearDIB)




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()
public ImGearDIB Clone()
public: ImGearDIB* Clone(); 
public:
ImGearDIB^ 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

Reference

ImGearDIB Class
ImGearDIB Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback