Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphicsPath Class / DeepClone Method


In This Topic
    DeepClone Method (NGraphicsPath)
    In This Topic
    Creates an identical copy of this object.
    Syntax
    'Declaration
     
    
    Public Function DeepClone() As System.Object
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim value As System.Object
     
    value = instance.DeepClone()
    public System.object DeepClone()

    Return Value

    A copy of this instance.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also