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(Rect)

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

public RectangleF ScreenToGraphSpace(Rect screenArea)

Parameters

screenArea Rect

Returns

RectangleF