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


In This Topic
    fOfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function fOfI( _
       ByVal GOfI As System.IntPtr, _
       ByVal hOfI As System.Single, _
       ByVal IOfI As System.Single, _
       ByVal jOfI As System.IntPtr, _
       ByVal KOfI As System.IntPtr, _
       ByRef lOfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim GOfI As System.IntPtr
    Dim hOfI As System.Single
    Dim IOfI As System.Single
    Dim jOfI As System.IntPtr
    Dim KOfI As System.IntPtr
    Dim lOfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.fOfI(GOfI, hOfI, IOfI, jOfI, KOfI, lOfI)
    public static System.int fOfI( 
       System.IntPtr GOfI,
       System.float hOfI,
       System.float IOfI,
       System.IntPtr jOfI,
       System.IntPtr KOfI,
       out System.int lOfI
    )

    Parameters

    GOfI
    hOfI
    IOfI
    jOfI
    KOfI
    lOfI
    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