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


In This Topic
    vGEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function vGEd( _
       ByVal WGEd As NRectangle, _
       ByVal xGEd As NRectangle, _
       ByVal YGEd As System.Double, _
       ByVal AhEd As System.Double, _
       ByVal bhEd As NPaintVisitor, _
       ByVal ChEd As tlGb _
    ) As NBorderWall
    'Usage
     
    
    Dim WGEd As NRectangle
    Dim xGEd As NRectangle
    Dim YGEd As System.Double
    Dim AhEd As System.Double
    Dim bhEd As NPaintVisitor
    Dim ChEd As tlGb
    Dim value As NBorderWall
     
    value = NBorderWall.vGEd(WGEd, xGEd, YGEd, AhEd, bhEd, ChEd)
    internal static NBorderWall vGEd( 
       NRectangle WGEd,
       NRectangle xGEd,
       System.double YGEd,
       System.double AhEd,
       NPaintVisitor bhEd,
       tlGb ChEd
    )

    Parameters

    WGEd
    xGEd
    YGEd
    AhEd
    bhEd
    ChEd
    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