Table of Contents

Method ScreenToGraphSpace

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ScreenToGraphSpace(int, int)

Returns the section of the graph that is represented by the given screen position.

public RectangleF ScreenToGraphSpace(int col, int row)

Parameters

col int
row int

Returns

RectangleF

ScreenToGraphSpace(Rectangle)

Returns the section of the graph that is represented by the screen area.

public RectangleF ScreenToGraphSpace(Rectangle screenArea)

Parameters

screenArea Rectangle

Returns

RectangleF