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


In This Topic
    bpfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function bpfI( _
       ByVal CpfI As System.IntPtr, _
       ByVal dpfI As System.Single, _
       ByVal EpfI As System.Single, _
       ByVal fpfI As System.IntPtr, _
       ByRef GpfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim CpfI As System.IntPtr
    Dim dpfI As System.Single
    Dim EpfI As System.Single
    Dim fpfI As System.IntPtr
    Dim GpfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.bpfI(CpfI, dpfI, EpfI, fpfI, GpfI)
    public static System.int bpfI( 
       System.IntPtr CpfI,
       System.float dpfI,
       System.float EpfI,
       System.IntPtr fpfI,
       out System.int GpfI
    )

    Parameters

    CpfI
    dpfI
    EpfI
    fpfI
    GpfI
    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