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


In This Topic
    vfdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function vfdI( _
       ByVal WfdI As System.IntPtr, _
       ByVal xfdI As System.Single, _
       ByVal YfdI As System.Single, _
       ByVal AGdI As System.Single, _
       ByVal bGdI As System.Single, _
       ByVal CGdI As System.Single, _
       ByVal dGdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim WfdI As System.IntPtr
    Dim xfdI As System.Single
    Dim YfdI As System.Single
    Dim AGdI As System.Single
    Dim bGdI As System.Single
    Dim CGdI As System.Single
    Dim dGdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.vfdI(WfdI, xfdI, YfdI, AGdI, bGdI, CGdI, dGdI)
    public static System.int vfdI( 
       System.IntPtr WfdI,
       System.float xfdI,
       System.float YfdI,
       System.float AGdI,
       System.float bGdI,
       System.float CGdI,
       System.float dGdI
    )

    Parameters

    WfdI
    xfdI
    YfdI
    AGdI
    bGdI
    CGdI
    dGdI
    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