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


In This Topic
    EMGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function EMGI( _
       ByVal fMGI As System.IntPtr, _
       ByVal GMGI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim fMGI As System.IntPtr
    Dim GMGI As System.Single
    Dim value As System.Integer
     
    value = xYCI.EMGI(fMGI, GMGI)
    public static System.int EMGI( 
       System.IntPtr fMGI,
       System.float GMGI
    )

    Parameters

    fMGI
    GMGI
    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