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


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

    Parameters

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