ImageGear v26.3 - Updated November 9, 2022
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()

Return Value

The new instance of ImGearMultichannelLUT class object.
See Also