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


In This Topic
    YQGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YQGI( _
       ByVal ArGI As System.IntPtr, _
       ByVal brGI As System.Single, _
       ByVal CrGI As System.Single, _
       ByVal drGI As xYCI.OMhI _
    ) As System.Integer
    'Usage
     
    
    Dim ArGI As System.IntPtr
    Dim brGI As System.Single
    Dim CrGI As System.Single
    Dim drGI As xYCI.OMhI
    Dim value As System.Integer
     
    value = xYCI.YQGI(ArGI, brGI, CrGI, drGI)
    public static System.int YQGI( 
       System.IntPtr ArGI,
       System.float brGI,
       System.float CrGI,
       xYCI.OMhI drGI
    )

    Parameters

    ArGI
    brGI
    CrGI
    drGI
    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