ImageGear .NET v24.12 - Updated
Clone Method (ImGearSpotlight)




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearSpotlight Class : Clone Method
This method clones ImGearSpotlight class object.
Syntax
'Declaration
 
Public Function Clone() As Object
'Usage
 
Dim instance As ImGearSpotlight
Dim value As Object
 
value = instance.Clone()
public object Clone()
public: Object* Clone(); 
public:
Object^ Clone(); 

Return Value

The new instance of ImGearSpotlight class.
See Also

Reference

ImGearSpotlight Class
ImGearSpotlight Members