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


In This Topic
    MhEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function MhEd( _
       ByVal nhEd As NRectangle, _
       ByVal OhEd As NRectangle, _
       ByVal phEd As System.Double, _
       ByVal QhEd As System.Double, _
       ByVal rhEd As System.Double, _
       ByVal ShEd As System.Double, _
       ByVal thEd As NPaintVisitor, _
       ByVal UhEd As tlGb _
    ) As NBorderWall
    'Usage
     
    
    Dim nhEd As NRectangle
    Dim OhEd As NRectangle
    Dim phEd As System.Double
    Dim QhEd As System.Double
    Dim rhEd As System.Double
    Dim ShEd As System.Double
    Dim thEd As NPaintVisitor
    Dim UhEd As tlGb
    Dim value As NBorderWall
     
    value = NBorderWall.MhEd(nhEd, OhEd, phEd, QhEd, rhEd, ShEd, thEd, UhEd)
    internal static NBorderWall MhEd( 
       NRectangle nhEd,
       NRectangle OhEd,
       System.double phEd,
       System.double QhEd,
       System.double rhEd,
       System.double ShEd,
       NPaintVisitor thEd,
       tlGb UhEd
    )

    Parameters

    nhEd
    OhEd
    phEd
    QhEd
    rhEd
    ShEd
    thEd
    UhEd
    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