Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUISingleton Class / fIxC Method


In This Topic
    fIxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function fIxC( _
       ByVal GIxC As NWindow, _
       ByVal hIxC As NPoint _
    ) As UdxC
    'Usage
     
    
    Dim instance As NUISingleton
    Dim GIxC As NWindow
    Dim hIxC As NPoint
    Dim value As UdxC
     
    value = instance.fIxC(GIxC, hIxC)
    internal UdxC fIxC( 
       NWindow GIxC,
       NPoint hIxC
    )

    Parameters

    GIxC
    hIxC
    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