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


In This Topic
    NDrawingBodyContainerAdapter Constructor(NDrawingDocument)
    In This Topic
    Creates a drawing body container which is initialized with the current drawing bounds
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal drawing As NDrawingDocument _
    )
    'Usage
     
    
    Dim drawing As NDrawingDocument
     
    Dim instance As New NDrawingBodyContainerAdapter(drawing)
    public NDrawingBodyContainerAdapter( 
       NDrawingDocument drawing
    )

    Parameters

    drawing
    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