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


In This Topic
    SfEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SfEI( _
       ByVal tfEI As System.IntPtr, _
       ByVal UfEI As System.IntPtr, _
       ByVal vfEI As System.Single, _
       ByVal WfEI As System.Single, _
       ByVal xfEI As System.Single, _
       ByVal YfEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim tfEI As System.IntPtr
    Dim UfEI As System.IntPtr
    Dim vfEI As System.Single
    Dim WfEI As System.Single
    Dim xfEI As System.Single
    Dim YfEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.SfEI(tfEI, UfEI, vfEI, WfEI, xfEI, YfEI)
    public static System.int SfEI( 
       System.IntPtr tfEI,
       System.IntPtr UfEI,
       System.float vfEI,
       System.float WfEI,
       System.float xfEI,
       System.float YfEI
    )

    Parameters

    tfEI
    UfEI
    vfEI
    WfEI
    xfEI
    YfEI
    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