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


In This Topic
    WEdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function WEdI( _
       ByVal xEdI As System.IntPtr, _
       ByVal YEdI As System.Single, _
       ByVal AfdI As System.Single, _
       ByVal bfdI As System.Single, _
       ByVal CfdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim xEdI As System.IntPtr
    Dim YEdI As System.Single
    Dim AfdI As System.Single
    Dim bfdI As System.Single
    Dim CfdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.WEdI(xEdI, YEdI, AfdI, bfdI, CfdI)
    public static System.int WEdI( 
       System.IntPtr xEdI,
       System.float YEdI,
       System.float AfdI,
       System.float bfdI,
       System.float CfdI
    )

    Parameters

    xEdI
    YEdI
    AfdI
    bfdI
    CfdI
    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