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


In This Topic
    vUdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function vUdI( _
       ByVal WUdI As System.IntPtr, _
       ByVal xUdI As System.Integer, _
       ByVal YUdI As System.Single, _
       ByVal AvdI As System.Single, _
       ByVal bvdI As System.Single, _
       ByVal CvdI As System.Single, _
       ByRef dvdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim WUdI As System.IntPtr
    Dim xUdI As System.Integer
    Dim YUdI As System.Single
    Dim AvdI As System.Single
    Dim bvdI As System.Single
    Dim CvdI As System.Single
    Dim dvdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.vUdI(WUdI, xUdI, YUdI, AvdI, bvdI, CvdI, dvdI)
    public static System.int vUdI( 
       System.IntPtr WUdI,
       System.int xUdI,
       System.float YUdI,
       System.float AvdI,
       System.float bvdI,
       System.float CvdI,
       out System.IntPtr dvdI
    )

    Parameters

    WUdI
    xUdI
    YUdI
    AvdI
    bvdI
    CvdI
    dvdI
    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