Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NMarginsI Structure / GetOuterRect Method


In This Topic
    GetOuterRect Method (NMarginsI)
    In This Topic
    Returns a the outer rectangle with applied margins from the left, top, right and bottom
    Syntax
    'Declaration
     
    
    Public Function GetOuterRect( _
       ByRef bounds As NRectangleI _
    ) As NRectangleI
    'Usage
     
    
    Dim instance As NMarginsI
    Dim bounds As NRectangleI
    Dim value As NRectangleI
     
    value = instance.GetOuterRect(bounds)
    public NRectangleI GetOuterRect( 
       ref NRectangleI bounds
    )

    Parameters

    bounds
    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