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


In This Topic
    tpEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function tpEI( _
       ByVal UpEI As System.IntPtr, _
       ByVal vpEI As System.IntPtr, _
       ByVal WpEI As System.IntPtr, _
       ByVal xpEI As System.Integer, _
       ByVal YpEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim UpEI As System.IntPtr
    Dim vpEI As System.IntPtr
    Dim WpEI As System.IntPtr
    Dim xpEI As System.Integer
    Dim YpEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.tpEI(UpEI, vpEI, WpEI, xpEI, YpEI)
    public static System.int tpEI( 
       System.IntPtr UpEI,
       System.IntPtr vpEI,
       System.IntPtr WpEI,
       System.int xpEI,
       System.int YpEI
    )

    Parameters

    UpEI
    vpEI
    WpEI
    xpEI
    YpEI
    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