ImageGear .NET - Updated
Clone Method (ImGearPixel)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearPixel Class : Clone Method
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

Reference

ImGearPixel Class
ImGearPixel Members