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


In This Topic
    bpEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function bpEI( _
       ByVal CpEI As System.IntPtr, _
       ByVal dpEI As System.IntPtr, _
       ByVal EpEI As System.Single, _
       ByVal fpEI As System.Single, _
       ByVal GpEI As System.Single, _
       ByVal hpEI As System.Single, _
       ByVal IpEI As System.Single, _
       ByVal jpEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim CpEI As System.IntPtr
    Dim dpEI As System.IntPtr
    Dim EpEI As System.Single
    Dim fpEI As System.Single
    Dim GpEI As System.Single
    Dim hpEI As System.Single
    Dim IpEI As System.Single
    Dim jpEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.bpEI(CpEI, dpEI, EpEI, fpEI, GpEI, hpEI, IpEI, jpEI)
    public static System.int bpEI( 
       System.IntPtr CpEI,
       System.IntPtr dpEI,
       System.float EpEI,
       System.float fpEI,
       System.float GpEI,
       System.float hpEI,
       System.float IpEI,
       System.float jpEI
    )

    Parameters

    CpEI
    dpEI
    EpEI
    fpEI
    GpEI
    hpEI
    IpEI
    jpEI
    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