Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGeometry Class / rnxh Method


In This Topic
    rnxh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function rnxh( _
       ByVal Snxh As NPoint, _
       ByVal tnxh As NPoint, _
       ByRef Unxh As NPoint _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGeometry
    Dim Snxh As NPoint
    Dim tnxh As NPoint
    Dim Unxh As NPoint
    Dim value As System.Boolean
     
    value = instance.rnxh(Snxh, tnxh, Unxh)
    internal System.bool rnxh( 
       NPoint Snxh,
       NPoint tnxh,
       out NPoint Unxh
    )

    Parameters

    Snxh
    tnxh
    Unxh
    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