Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NParentPlacement Class / NParentPlacement Constructor / NParentPlacement Constructor(NParentPlacement)


In This Topic
    NParentPlacement Constructor(NParentPlacement)
    In This Topic
    Copy constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal source As NParentPlacement _
    )
    'Usage
     
    
    Dim source As NParentPlacement
     
    Dim instance As New NParentPlacement(source)
    public NParentPlacement( 
       NParentPlacement source
    )

    Parameters

    source
    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