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


In This Topic
    hjGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function hjGI( _
       ByVal IjGI As System.IntPtr, _
       ByVal jjGI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim IjGI As System.IntPtr
    Dim jjGI As System.Single
    Dim value As System.Integer
     
    value = xYCI.hjGI(IjGI, jjGI)
    public static System.int hjGI( 
       System.IntPtr IjGI,
       System.float jjGI
    )

    Parameters

    IjGI
    jjGI
    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