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


In This Topic
    MCGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function MCGI( _
       ByVal nCGI As System.IntPtr, _
       ByVal OCGI As System.Single, _
       ByVal pCGI As System.Single, _
       ByVal QCGI As xYCI.OMhI _
    ) As System.Integer
    'Usage
     
    
    Dim nCGI As System.IntPtr
    Dim OCGI As System.Single
    Dim pCGI As System.Single
    Dim QCGI As xYCI.OMhI
    Dim value As System.Integer
     
    value = xYCI.MCGI(nCGI, OCGI, pCGI, QCGI)
    public static System.int MCGI( 
       System.IntPtr nCGI,
       System.float OCGI,
       System.float pCGI,
       xYCI.OMhI QCGI
    )

    Parameters

    nCGI
    OCGI
    pCGI
    QCGI
    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