ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectPage Class / Clone Method




In This Topic
    Clone Method (ImGearVectPage)
    In This Topic
    This method clones the ImGearVectPage class object.
    Syntax
    'Declaration
     
    <PermissionSetAttribute("FullTrust")>
    Public Overrides NotOverridable Function Clone() As ImGearPage
    'Usage
     
    Dim instance As ImGearVectPage
    Dim value As ImGearPage
     
    value = instance.Clone()
    [PermissionSet("FullTrust")]
    public override ImGearPage Clone()
    [PermissionSet("FullTrust")]
    public: ImGearPage* Clone(); override 
    [PermissionSet("FullTrust")]
    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