ImageGear .NET
Clone Method (ImGearVectPage)




This method clones the ImGearVectPage class object.
Syntax
'Declaration
 
<PermissionSetAttribute(File="", 
   UnicodeEncoded=False, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand Or  _
    SecurityAction.Assert, 
   Unrestricted=False)>
Public Overrides NotOverridable Function Clone() As ImGearPage
'Usage
 
Dim instance As ImGearVectPage
Dim value As ImGearPage
 
value = instance.Clone()
[PermissionSet(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public override ImGearPage Clone()
[PermissionSet(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public: ImGearPage* Clone(); override 
[PermissionSet(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public:
ImGearPage^ Clone(); override 

Return Value

The clone of ImGearVectPage class object.
Remarks
This method returns a deep copy of the object, so the underlying vector data is duplicated.
See Also

Reference

ImGearVectPage Class
ImGearVectPage Members
ImGearPage Class
ImGearVectPage Class

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback