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


In This Topic
    lGEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function lGEd( _
       ByVal MGEd As NRectangle, _
       ByVal nGEd As NRectangle, _
       ByVal OGEd As NPaintVisitor, _
       ByVal pGEd As tlGb _
    ) As NBorderWall
    'Usage
     
    
    Dim MGEd As NRectangle
    Dim nGEd As NRectangle
    Dim OGEd As NPaintVisitor
    Dim pGEd As tlGb
    Dim value As NBorderWall
     
    value = NBorderWall.lGEd(MGEd, nGEd, OGEd, pGEd)
    internal static NBorderWall lGEd( 
       NRectangle MGEd,
       NRectangle nGEd,
       NPaintVisitor OGEd,
       tlGb pGEd
    )

    Parameters

    MGEd
    nGEd
    OGEd
    pGEd
    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