Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NViewportBase Class / ArrangeInnerAdorners Method


In This Topic
    ArrangeInnerAdorners Method (NViewportBase)
    In This Topic
    Layouts the inner adorners. This method is typically called last - after the visibility of the adorners has been computed in the layout phase.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ArrangeInnerAdorners( _
       ByVal ca As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As NViewportBase
    Dim ca As NRectangle
     
    instance.ArrangeInnerAdorners(ca)
    protected override void ArrangeInnerAdorners( 
       NRectangle ca
    )

    Parameters

    ca
    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