ImageGear .NET - Updated October 2, 2018
Clone Method (ImGearVectorPage)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearVectorPage Class : Clone Method
Creates a new object that is a copy of the current instance.
Syntax
'Declaration
 
Public Overrides MustOverride Function Clone() As ImGearPage
 
'Usage
 
Dim instance As ImGearVectorPage
Dim value As ImGearPage
 
value = instance.Clone()

Return Value

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

Reference

ImGearVectorPage Class
ImGearVectorPage Members