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


In This Topic
    dhEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function dhEd( _
       ByVal EhEd As NRectangle, _
       ByVal fhEd As NRectangle, _
       ByVal GhEd As System.Double, _
       ByVal hhEd As System.Double, _
       ByVal IhEd As System.Double, _
       ByVal jhEd As System.Double, _
       ByVal KhEd As NPaintVisitor, _
       ByVal lhEd As tlGb _
    ) As NBorderWall
    'Usage
     
    
    Dim EhEd As NRectangle
    Dim fhEd As NRectangle
    Dim GhEd As System.Double
    Dim hhEd As System.Double
    Dim IhEd As System.Double
    Dim jhEd As System.Double
    Dim KhEd As NPaintVisitor
    Dim lhEd As tlGb
    Dim value As NBorderWall
     
    value = NBorderWall.dhEd(EhEd, fhEd, GhEd, hhEd, IhEd, jhEd, KhEd, lhEd)
    internal static NBorderWall dhEd( 
       NRectangle EhEd,
       NRectangle fhEd,
       System.double GhEd,
       System.double hhEd,
       System.double IhEd,
       System.double jhEd,
       NPaintVisitor KhEd,
       tlGb lhEd
    )

    Parameters

    EhEd
    fhEd
    GhEd
    hhEd
    IhEd
    jhEd
    KhEd
    lhEd
    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