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


In This Topic
    vpGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function vpGI( _
       ByVal WpGI As System.IntPtr, _
       ByVal xpGI As System.Single, _
       ByVal YpGI As System.Single, _
       ByVal AQGI As xYCI.OMhI _
    ) As System.Integer
    'Usage
     
    
    Dim WpGI As System.IntPtr
    Dim xpGI As System.Single
    Dim YpGI As System.Single
    Dim AQGI As xYCI.OMhI
    Dim value As System.Integer
     
    value = xYCI.vpGI(WpGI, xpGI, YpGI, AQGI)
    public static System.int vpGI( 
       System.IntPtr WpGI,
       System.float xpGI,
       System.float YpGI,
       xYCI.OMhI AQGI
    )

    Parameters

    WpGI
    xpGI
    YpGI
    AQGI
    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