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


In This Topic
    hCGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function hCGI( _
       ByVal ICGI As System.IntPtr, _
       ByVal jCGI As System.Single, _
       ByVal KCGI As System.Single, _
       ByVal lCGI As xYCI.OMhI _
    ) As System.Integer
    'Usage
     
    
    Dim ICGI As System.IntPtr
    Dim jCGI As System.Single
    Dim KCGI As System.Single
    Dim lCGI As xYCI.OMhI
    Dim value As System.Integer
     
    value = xYCI.hCGI(ICGI, jCGI, KCGI, lCGI)
    public static System.int hCGI( 
       System.IntPtr ICGI,
       System.float jCGI,
       System.float KCGI,
       xYCI.OMhI lCGI
    )

    Parameters

    ICGI
    jCGI
    KCGI
    lCGI
    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