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


In This Topic
    OAGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function OAGI( _
       ByVal pAGI As System.IntPtr, _
       ByVal QAGI As System.Single, _
       ByVal rAGI As xYCI.OMhI _
    ) As System.Integer
    'Usage
     
    
    Dim pAGI As System.IntPtr
    Dim QAGI As System.Single
    Dim rAGI As xYCI.OMhI
    Dim value As System.Integer
     
    value = xYCI.OAGI(pAGI, QAGI, rAGI)
    public static System.int OAGI( 
       System.IntPtr pAGI,
       System.float QAGI,
       xYCI.OMhI rAGI
    )

    Parameters

    pAGI
    QAGI
    rAGI
    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