Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / bQGI Method


In This Topic
    bQGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function bQGI( _
       ByVal CQGI As System.IntPtr, _
       ByVal dQGI As System.Single, _
       ByVal EQGI As System.Single, _
       ByVal fQGI As xYCI.OMhI _
    ) As System.Integer
    'Usage
     
    
    Dim CQGI As System.IntPtr
    Dim dQGI As System.Single
    Dim EQGI As System.Single
    Dim fQGI As xYCI.OMhI
    Dim value As System.Integer
     
    value = xYCI.bQGI(CQGI, dQGI, EQGI, fQGI)
    public static System.int bQGI( 
       System.IntPtr CQGI,
       System.float dQGI,
       System.float EQGI,
       xYCI.OMhI fQGI
    )

    Parameters

    CQGI
    dQGI
    EQGI
    fQGI
    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