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


In This Topic
    vpdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function vpdI( _
       ByRef WpdI As tMQI, _
       ByVal xpdI As System.Integer, _
       ByVal YpdI As System.Integer, _
       ByVal AQdI As System.Integer, _
       ByVal bQdI As System.Integer, _
       ByRef CQdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim WpdI As tMQI
    Dim xpdI As System.Integer
    Dim YpdI As System.Integer
    Dim AQdI As System.Integer
    Dim bQdI As System.Integer
    Dim CQdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.vpdI(WpdI, xpdI, YpdI, AQdI, bQdI, CQdI)
    public static System.int vpdI( 
       ref tMQI WpdI,
       System.int xpdI,
       System.int YpdI,
       System.int AQdI,
       System.int bQdI,
       out System.IntPtr CQdI
    )

    Parameters

    WpdI
    xpdI
    YpdI
    AQdI
    bQdI
    CQdI
    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