Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / UvnI Method


In This Topic
    UvnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UvnI( _
       ByVal vvnI As System.Integer, _
       ByVal WvnI As System.IntPtr, _
       ByVal xvnI As System.Integer, _
       ByVal YvnI As System.Integer, _
       ByVal AWnI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim vvnI As System.Integer
    Dim WvnI As System.IntPtr
    Dim xvnI As System.Integer
    Dim YvnI As System.Integer
    Dim AWnI As System.Integer
    Dim value As System.Integer
     
    value = tdnI.UvnI(vvnI, WvnI, xvnI, YvnI, AWnI)
    public static System.int UvnI( 
       System.int vvnI,
       System.IntPtr WvnI,
       System.int xvnI,
       System.int YvnI,
       System.int AWnI
    )

    Parameters

    vvnI
    WvnI
    xvnI
    YvnI
    AWnI
    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