Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NBodyContainerAdapter Class / GetLayoutArea Method


In This Topic
    GetLayoutArea Method (NBodyContainerAdapter)
    In This Topic
    Gets the container layout area
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetLayoutArea() As NRectangle
    'Usage
     
    
    Dim instance As NBodyContainerAdapter
    Dim value As NRectangle
     
    value = instance.GetLayoutArea()
    public abstract NRectangle GetLayoutArea()
    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