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


In This Topic
    QGEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function QGEd( _
       ByVal rGEd As NRectangle, _
       ByVal SGEd As NRectangle, _
       ByRef tGEd As Qpx, _
       ByVal UGEd As tlGb _
    ) As NBorderWall
    'Usage
     
    
    Dim rGEd As NRectangle
    Dim SGEd As NRectangle
    Dim tGEd As Qpx
    Dim UGEd As tlGb
    Dim value As NBorderWall
     
    value = NBorderWall.QGEd(rGEd, SGEd, tGEd, UGEd)
    internal static NBorderWall QGEd( 
       NRectangle rGEd,
       NRectangle SGEd,
       ref Qpx tGEd,
       tlGb UGEd
    )

    Parameters

    rGEd
    SGEd
    tGEd
    UGEd
    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