Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / pAOI Method


In This Topic
    pAOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function pAOI( _
       ByVal QAOI As System.IntPtr, _
       ByVal rAOI As System.Integer, _
       ByVal SAOI As System.Integer, _
       ByVal tAOI As System.Integer _
    ) As System.IntPtr
    'Usage
     
    
    Dim QAOI As System.IntPtr
    Dim rAOI As System.Integer
    Dim SAOI As System.Integer
    Dim tAOI As System.Integer
    Dim value As System.IntPtr
     
    value = tdnI.pAOI(QAOI, rAOI, SAOI, tAOI)
    public static System.IntPtr pAOI( 
       System.IntPtr QAOI,
       System.int rAOI,
       System.int SAOI,
       System.int tAOI
    )

    Parameters

    QAOI
    rAOI
    SAOI
    tAOI
    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