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


In This Topic
    vhEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function vhEd( _
       ByVal WhEd As NRectangle, _
       ByVal xhEd As NRectangle, _
       ByVal YhEd As System.Double, _
       ByVal AIEd As System.Double, _
       ByVal bIEd As System.Double, _
       ByVal CIEd As System.Double, _
       ByVal dIEd As NPaintVisitor, _
       ByVal EIEd As tlGb _
    ) As NBorderWall
    'Usage
     
    
    Dim WhEd As NRectangle
    Dim xhEd As NRectangle
    Dim YhEd As System.Double
    Dim AIEd As System.Double
    Dim bIEd As System.Double
    Dim CIEd As System.Double
    Dim dIEd As NPaintVisitor
    Dim EIEd As tlGb
    Dim value As NBorderWall
     
    value = NBorderWall.vhEd(WhEd, xhEd, YhEd, AIEd, bIEd, CIEd, dIEd, EIEd)
    internal static NBorderWall vhEd( 
       NRectangle WhEd,
       NRectangle xhEd,
       System.double YhEd,
       System.double AIEd,
       System.double bIEd,
       System.double CIEd,
       NPaintVisitor dIEd,
       tlGb EIEd
    )

    Parameters

    WhEd
    xhEd
    YhEd
    AIEd
    bIEd
    CIEd
    dIEd
    EIEd
    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