Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NDrawingLayoutContext Class / NDrawingLayoutContext Constructor / NDrawingLayoutContext Constructor(NDrawingDocument,NNodeList)
The document to bind the adapters to.
The nodes to layout.


In This Topic
    NDrawingLayoutContext Constructor(NDrawingDocument,NNodeList)
    In This Topic
    Creates a layout context with the default adapters bound to the specified document. Only the given nodes are layouted.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal document As NDrawingDocument, _
       ByVal nodes As NNodeList _
    )
    'Usage
     
    
    Dim document As NDrawingDocument
    Dim nodes As NNodeList
     
    Dim instance As New NDrawingLayoutContext(document, nodes)
    public NDrawingLayoutContext( 
       NDrawingDocument document,
       NNodeList nodes
    )

    Parameters

    document
    The document to bind the adapters to.
    nodes
    The nodes to layout.
    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