Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShape Class / rnvh Method


In This Topic
    rnvh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function rnvh( _
       ByVal Snvh As NPoint, _
       ByVal tnvh As NPoint, _
       ByRef Unvh As NPoint _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShape
    Dim Snvh As NPoint
    Dim tnvh As NPoint
    Dim Unvh As NPoint
    Dim value As System.Boolean
     
    value = instance.rnvh(Snvh, tnvh, Unvh)
    internal System.bool rnvh( 
       NPoint Snvh,
       NPoint tnvh,
       out NPoint Unvh
    )

    Parameters

    Snvh
    tnvh
    Unvh
    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