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


In This Topic
    MvdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function MvdI( _
       ByVal nvdI As System.IntPtr, _
       ByVal OvdI As System.IntPtr, _
       ByVal pvdI As System.Single, _
       ByVal QvdI As System.Single, _
       ByVal rvdI As System.Single, _
       ByVal SvdI As System.Single, _
       ByRef tvdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim nvdI As System.IntPtr
    Dim OvdI As System.IntPtr
    Dim pvdI As System.Single
    Dim QvdI As System.Single
    Dim rvdI As System.Single
    Dim SvdI As System.Single
    Dim tvdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.MvdI(nvdI, OvdI, pvdI, QvdI, rvdI, SvdI, tvdI)
    public static System.int MvdI( 
       System.IntPtr nvdI,
       System.IntPtr OvdI,
       System.float pvdI,
       System.float QvdI,
       System.float rvdI,
       System.float SvdI,
       out System.IntPtr tvdI
    )

    Parameters

    nvdI
    OvdI
    pvdI
    QvdI
    rvdI
    SvdI
    tvdI
    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