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


In This Topic
    SnGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SnGI( _
       ByVal tnGI As System.IntPtr, _
       ByVal UnGI As System.Single, _
       ByVal vnGI As System.Integer, _
       ByVal WnGI() As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim tnGI As System.IntPtr
    Dim UnGI As System.Single
    Dim vnGI As System.Integer
    Dim WnGI() As System.Single
    Dim value As System.Integer
     
    value = xYCI.SnGI(tnGI, UnGI, vnGI, WnGI)
    public static System.int SnGI( 
       System.IntPtr tnGI,
       System.float UnGI,
       System.int vnGI,
       System.float[] WnGI
    )

    Parameters

    tnGI
    UnGI
    vnGI
    WnGI
    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