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


In This Topic
    fAOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function fAOI( _
       ByVal GAOI As System.IntPtr, _
       ByVal hAOI As System.Integer, _
       ByVal IAOI() As System.Integer, _
       ByVal jAOI() As System.Integer _
    ) As System.IntPtr
    'Usage
     
    
    Dim GAOI As System.IntPtr
    Dim hAOI As System.Integer
    Dim IAOI() As System.Integer
    Dim jAOI() As System.Integer
    Dim value As System.IntPtr
     
    value = tdnI.fAOI(GAOI, hAOI, IAOI, jAOI)
    public static System.IntPtr fAOI( 
       System.IntPtr GAOI,
       System.int hAOI,
       System.int[] IAOI,
       System.int[] jAOI
    )

    Parameters

    GAOI
    hAOI
    IAOI
    jAOI
    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