Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NGraphVertexBodyBase Class / UEnh Method


In This Topic
    UEnh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function UEnh( _
       ByVal vEnh As NPlugSpacing, _
       ByVal WEnh As ENPlugAnchor, _
       ByVal xEnh As System.Integer _
    ) As NPoint
    'Usage
     
    
    Dim instance As NGraphVertexBodyBase
    Dim vEnh As NPlugSpacing
    Dim WEnh As ENPlugAnchor
    Dim xEnh As System.Integer
    Dim value As NPoint
     
    value = instance.UEnh(vEnh, WEnh, xEnh)
    internal NPoint UEnh( 
       NPlugSpacing vEnh,
       ENPlugAnchor WEnh,
       System.int xEnh
    )

    Parameters

    vEnh
    WEnh
    xEnh
    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