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


In This Topic
    jOxh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function jOxh( _
       ByVal KOxh As NPoint, _
       ByVal lOxh As NPoint, _
       ByRef MOxh As NPoint _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGeometry
    Dim KOxh As NPoint
    Dim lOxh As NPoint
    Dim MOxh As NPoint
    Dim value As System.Boolean
     
    value = instance.jOxh(KOxh, lOxh, MOxh)
    internal System.bool jOxh( 
       NPoint KOxh,
       NPoint lOxh,
       out NPoint MOxh
    )

    Parameters

    KOxh
    lOxh
    MOxh
    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