Table of Contents

Method ScreenToView

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ScreenToView(int, int)

Converts a point from screen-relative coordinates to view-relative coordinates.

public Point ScreenToView(int x, int y)

Parameters

x int

X screen-coordinate point.

y int

Y screen-coordinate point.

Returns

Point

The mapped point.