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


In This Topic
    nnvh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function nnvh( _
       ByVal Onvh As NPoint, _
       ByVal pnvh As NPoint, _
       ByRef Qnvh As NPoint _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShape
    Dim Onvh As NPoint
    Dim pnvh As NPoint
    Dim Qnvh As NPoint
    Dim value As System.Boolean
     
    value = instance.nnvh(Onvh, pnvh, Qnvh)
    internal System.bool nnvh( 
       NPoint Onvh,
       NPoint pnvh,
       out NPoint Qnvh
    )

    Parameters

    Onvh
    pnvh
    Qnvh
    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