Table of Contents

Method IsValidContent

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IsValidContent(int, int, Rect)

Ensures that the column and line are in a valid range from the size of the driver.

public bool IsValidContent(int col, int row, Rect clip)

Parameters

col int

The column.

row int

The row.

clip Rect

The clip.

Returns

bool

trueif it's a valid range,falseotherwise.