Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NWindow Class / TryScreenToLocal Method


In This Topic
    TryScreenToLocal Method (NWindow)
    In This Topic
    Given a point in screen coordinates tries to convert it to local coordinates
    Syntax
    'Declaration
     
    
    Public Overrides Function TryScreenToLocal( _
       ByVal screen As NPoint, _
       ByRef local As NPoint _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NWindow
    Dim screen As NPoint
    Dim local As NPoint
    Dim value As System.Boolean
     
    value = instance.TryScreenToLocal(screen, local)
    public override System.bool TryScreenToLocal( 
       NPoint screen,
       out NPoint local
    )

    Parameters

    screen
    local
    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