ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLinearLUT Class / Clone Method




In This Topic
Clone Method (ImGearLinearLUT)
In This Topic
Creates a deep copy of the object.
Syntax
'Declaration
 
Public Overrides Function Clone() As ImGearLUT
 
'Usage
 
Dim instance As ImGearLinearLUT
Dim value As ImGearLUT
 
value = instance.Clone()

Return Value

The new instance of ImGearLinearLUT class object.
See Also