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


In This Topic
    rdGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function rdGI( _
       ByVal SdGI As System.IntPtr, _
       ByVal tdGI As System.Single, _
       ByVal UdGI As System.Single, _
       ByVal vdGI As System.Single, _
       ByVal WdGI As System.Single, _
       ByVal xdGI As xYCI.rMhI _
    ) As System.Integer
    'Usage
     
    
    Dim SdGI As System.IntPtr
    Dim tdGI As System.Single
    Dim UdGI As System.Single
    Dim vdGI As System.Single
    Dim WdGI As System.Single
    Dim xdGI As xYCI.rMhI
    Dim value As System.Integer
     
    value = xYCI.rdGI(SdGI, tdGI, UdGI, vdGI, WdGI, xdGI)
    public static System.int rdGI( 
       System.IntPtr SdGI,
       System.float tdGI,
       System.float UdGI,
       System.float vdGI,
       System.float WdGI,
       xYCI.rMhI xdGI
    )

    Parameters

    SdGI
    tdGI
    UdGI
    vdGI
    WdGI
    xdGI
    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