Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NTreeGridViewControl Class / PointFromScreen Method


In This Topic
    PointFromScreen Method (NTreeGridViewControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function PointFromScreen( _
       ByVal point As System.Windows.Point _
    ) As System.Windows.Point
    'Usage
     
    
    Dim instance As NTreeGridViewControl
    Dim point As System.Windows.Point
    Dim value As System.Windows.Point
     
    value = instance.PointFromScreen(point)
    public System.Windows.Point PointFromScreen( 
       System.Windows.Point point
    )

    Parameters

    point
    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