Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / KQv Method


In This Topic
    KQv Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function KQv( _
       ByVal lQv As NPoint, _
       ByVal MQv As jtbb, _
       ByVal nQv As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim lQv As NPoint
    Dim MQv As jtbb
    Dim nQv As System.Double
    Dim value As System.Boolean
     
    value = instance.KQv(lQv, MQv, nQv)
    internal System.bool KQv( 
       NPoint lQv,
       jtbb MQv,
       System.double nQv
    )

    Parameters

    lQv
    MQv
    nQv
    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