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


In This Topic
    UGdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UGdI( _
       ByVal vGdI As System.IntPtr, _
       ByVal WGdI As System.Single, _
       ByVal xGdI As System.Single, _
       ByVal YGdI As System.Single, _
       ByVal AhdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim vGdI As System.IntPtr
    Dim WGdI As System.Single
    Dim xGdI As System.Single
    Dim YGdI As System.Single
    Dim AhdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.UGdI(vGdI, WGdI, xGdI, YGdI, AhdI)
    public static System.int UGdI( 
       System.IntPtr vGdI,
       System.float WGdI,
       System.float xGdI,
       System.float YGdI,
       System.float AhdI
    )

    Parameters

    vGdI
    WGdI
    xGdI
    YGdI
    AhdI
    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