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


In This Topic
    nWdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function nWdI( _
       ByVal OWdI As System.IntPtr, _
       ByVal pWdI As System.IntPtr, _
       ByVal QWdI As System.Single, _
       ByVal rWdI As System.Single, _
       ByVal SWdI As System.Single, _
       ByVal tWdI As System.Single, _
       ByVal UWdI As System.Single, _
       ByVal vWdI As System.Single, _
       ByVal WWdI As System.Single, _
       ByVal xWdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim OWdI As System.IntPtr
    Dim pWdI As System.IntPtr
    Dim QWdI As System.Single
    Dim rWdI As System.Single
    Dim SWdI As System.Single
    Dim tWdI As System.Single
    Dim UWdI As System.Single
    Dim vWdI As System.Single
    Dim WWdI As System.Single
    Dim xWdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.nWdI(OWdI, pWdI, QWdI, rWdI, SWdI, tWdI, UWdI, vWdI, WWdI, xWdI)
    public static System.int nWdI( 
       System.IntPtr OWdI,
       System.IntPtr pWdI,
       System.float QWdI,
       System.float rWdI,
       System.float SWdI,
       System.float tWdI,
       System.float UWdI,
       System.float vWdI,
       System.float WWdI,
       System.float xWdI
    )

    Parameters

    OWdI
    pWdI
    QWdI
    rWdI
    SWdI
    tWdI
    UWdI
    vWdI
    WWdI
    xWdI
    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