Nevron Open Vision Documentation
Nevron.Nov.Diagram.UI Namespace / NArrangeShapesDialog Class / CreateLayoutContext Method / CreateLayoutContext(NDrawingDocument,NPage) Method


In This Topic
    CreateLayoutContext(NDrawingDocument,NPage) Method
    In This Topic
    Creates a layout context for the given drawing document and page.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function CreateLayoutContext( _
       ByVal drawingDocument As NDrawingDocument, _
       ByVal page As NPage _
    ) As NLayoutContext
    'Usage
     
    
    Dim instance As NArrangeShapesDialog
    Dim drawingDocument As NDrawingDocument
    Dim page As NPage
    Dim value As NLayoutContext
     
    value = instance.CreateLayoutContext(drawingDocument, page)
    protected virtual NLayoutContext CreateLayoutContext( 
       NDrawingDocument drawingDocument,
       NPage page
    )

    Parameters

    drawingDocument
    page
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also