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




In This Topic
Clone Method (ImGearROIMask)
In This Topic
Creates a new object that is a copy of the current instance.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Clone() As ImGearROI
 
'Usage
 
Dim instance As ImGearROIMask
Dim value As ImGearROI
 
value = instance.Clone()

Return Value

ImGearROI class that is a copy of the current instance.
See Also