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


In This Topic
    ptGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ptGI( _
       ByVal QtGI As System.Runtime.InteropServices.HandleRef, _
       ByRef rtGI As tMQI, _
       ByVal StGI As xYCI.dxGI, _
       ByVal ttGI As xYCI.IxGI, _
       ByVal UtGI As xYCI.nQhI _
    ) As System.Integer
    'Usage
     
    
    Dim QtGI As System.Runtime.InteropServices.HandleRef
    Dim rtGI As tMQI
    Dim StGI As xYCI.dxGI
    Dim ttGI As xYCI.IxGI
    Dim UtGI As xYCI.nQhI
    Dim value As System.Integer
     
    value = xYCI.ptGI(QtGI, rtGI, StGI, ttGI, UtGI)
    public static System.int ptGI( 
       System.Runtime.InteropServices.HandleRef QtGI,
       ref tMQI rtGI,
       xYCI.dxGI StGI,
       xYCI.IxGI ttGI,
       out xYCI.nQhI UtGI
    )

    Parameters

    QtGI
    rtGI
    StGI
    ttGI
    UtGI
    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