Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRectangle Structure / MiddleRect Method


In This Topic
    MiddleRect Method
    In This Topic
    Gets the middle rectangle from two other rects.
    Syntax
    'Declaration
     
    
    Public Shared Function MiddleRect( _
       ByVal inner As NRectangle, _
       ByVal outer As NRectangle _
    ) As NRectangle
    'Usage
     
    
    Dim inner As NRectangle
    Dim outer As NRectangle
    Dim value As NRectangle
     
    value = NRectangle.MiddleRect(inner, outer)
    public static NRectangle MiddleRect( 
       NRectangle inner,
       NRectangle outer
    )

    Parameters

    inner
    outer
    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