ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearSpotlight Class / Clone Method




In This Topic
    Clone Method (ImGearSpotlight)
    In This Topic
    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