Method IsValidLocation | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
IsValidLocation(Rune, int, int)
Tests whether the specified coordinate are 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
false if the coordinate is outside the screen bounds or outside ofClip.true otherwise.