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


In This Topic
    OxdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function OxdI( _
       ByVal pxdI As System.IntPtr, _
       ByVal QxdI As System.IntPtr, _
       ByVal rxdI As System.IntPtr, _
       ByVal SxdI As System.Integer, _
       ByVal txdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim pxdI As System.IntPtr
    Dim QxdI As System.IntPtr
    Dim rxdI As System.IntPtr
    Dim SxdI As System.Integer
    Dim txdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.OxdI(pxdI, QxdI, rxdI, SxdI, txdI)
    public static System.int OxdI( 
       System.IntPtr pxdI,
       System.IntPtr QxdI,
       System.IntPtr rxdI,
       System.int SxdI,
       System.float txdI
    )

    Parameters

    pxdI
    QxdI
    rxdI
    SxdI
    txdI
    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