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


In This Topic
    WfGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function WfGI( _
       ByVal xfGI As System.IntPtr, _
       ByVal YfGI As xYCI.UKhI, _
       ByVal AGGI As System.Boolean, _
       ByVal bGGI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim xfGI As System.IntPtr
    Dim YfGI As xYCI.UKhI
    Dim AGGI As System.Boolean
    Dim bGGI As System.Single
    Dim value As System.Integer
     
    value = xYCI.WfGI(xfGI, YfGI, AGGI, bGGI)
    public static System.int WfGI( 
       System.IntPtr xfGI,
       xYCI.UKhI YfGI,
       System.bool AGGI,
       System.float bGGI
    )

    Parameters

    xfGI
    YfGI
    AGGI
    bGGI
    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