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


In This Topic
    CCGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CCGI( _
       ByVal dCGI As System.IntPtr, _
       ByVal ECGI As System.Single, _
       ByVal fCGI As System.Single, _
       ByVal GCGI As xYCI.OMhI _
    ) As System.Integer
    'Usage
     
    
    Dim dCGI As System.IntPtr
    Dim ECGI As System.Single
    Dim fCGI As System.Single
    Dim GCGI As xYCI.OMhI
    Dim value As System.Integer
     
    value = xYCI.CCGI(dCGI, ECGI, fCGI, GCGI)
    public static System.int CCGI( 
       System.IntPtr dCGI,
       System.float ECGI,
       System.float fCGI,
       xYCI.OMhI GCGI
    )

    Parameters

    dCGI
    ECGI
    fCGI
    GCGI
    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