Table of Contents

Method IsValidLocation

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IsValidLocation(Rune, int, int)

Tests whether the specified coordinate is valid for drawing the specified Rune.

bool IsValidLocation(Rune rune, int col, int row)

Parameters

rune Rune

Used to determine if one or two columns are required.

col int

The column.

row int

The row.

Returns

bool

True if the coordinate is valid for the Rune; false otherwise.