Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBorderWall Class / CreateBoxWall Method


In This Topic
    CreateBoxWall Method
    In This Topic
    Creates a closed border wall that fills the area enclosed by outer and inner rectangles
    Syntax
    'Declaration
     
    
    Public Shared Function CreateBoxWall( _
       ByVal outer As NRectangle, _
       ByVal inner As NRectangle _
    ) As NBorderWall
    'Usage
     
    
    Dim outer As NRectangle
    Dim inner As NRectangle
    Dim value As NBorderWall
     
    value = NBorderWall.CreateBoxWall(outer, inner)
    public static NBorderWall CreateBoxWall( 
       NRectangle outer,
       NRectangle inner
    )

    Parameters

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