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


In This Topic
    UvdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UvdI( _
       ByVal vvdI As System.IntPtr, _
       ByVal WvdI As System.IntPtr, _
       ByVal xvdI As System.Single, _
       ByVal YvdI As System.Single, _
       ByVal AWdI As System.Single, _
       ByVal bWdI As System.Single, _
       ByVal CWdI As System.Single, _
       ByVal dWdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim vvdI As System.IntPtr
    Dim WvdI As System.IntPtr
    Dim xvdI As System.Single
    Dim YvdI As System.Single
    Dim AWdI As System.Single
    Dim bWdI As System.Single
    Dim CWdI As System.Single
    Dim dWdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.UvdI(vvdI, WvdI, xvdI, YvdI, AWdI, bWdI, CWdI, dWdI)
    public static System.int UvdI( 
       System.IntPtr vvdI,
       System.IntPtr WvdI,
       System.float xvdI,
       System.float YvdI,
       System.float AWdI,
       System.float bWdI,
       System.float CWdI,
       System.float dWdI
    )

    Parameters

    vvdI
    WvdI
    xvdI
    YvdI
    AWdI
    bWdI
    CWdI
    dWdI
    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