ImageGear .NET - Updated July 5, 2018
Clone Method (ImGearROIRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearROIRectangle Class : Clone Method
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 ImGearROIRectangle
Dim value As ImGearROI
 
value = instance.Clone()

Return Value

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

Reference

ImGearROIRectangle Class
ImGearROIRectangle Members
ImGearROI Class