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


In This Topic
    lQGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function lQGI( _
       ByVal MQGI As System.IntPtr, _
       ByVal nQGI As System.Single, _
       ByVal OQGI As System.Single, _
       ByVal pQGI As xYCI.OMhI _
    ) As System.Integer
    'Usage
     
    
    Dim MQGI As System.IntPtr
    Dim nQGI As System.Single
    Dim OQGI As System.Single
    Dim pQGI As xYCI.OMhI
    Dim value As System.Integer
     
    value = xYCI.lQGI(MQGI, nQGI, OQGI, pQGI)
    public static System.int lQGI( 
       System.IntPtr MQGI,
       System.float nQGI,
       System.float OQGI,
       xYCI.OMhI pQGI
    )

    Parameters

    MQGI
    nQGI
    OQGI
    pQGI
    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