ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMultichannelLUT Class / Clone Method




In This Topic
    Clone Method (ImGearMultichannelLUT)
    In This Topic
    Creates a deep copy of the object.
    Syntax
    'Declaration
     
    Public Function Clone() As ImGearMultichannelLUT
    'Usage
     
    Dim instance As ImGearMultichannelLUT
    Dim value As ImGearMultichannelLUT
     
    value = instance.Clone()
    public ImGearMultichannelLUT Clone()
    public: ImGearMultichannelLUT* Clone(); 
    public:
    ImGearMultichannelLUT^ Clone(); 

    Return Value

    The new instance of ImGearMultichannelLUT class object.
    See Also