Method IsValidLocation
IsValidLocation(int, int)
Tests whether the specified coordinate are valid for drawing.
bool IsValidLocation(int col, int row)
Parameters
Returns
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
RuneUsed to determine if one or two columns are required.
col
intThe column.
row
intThe row.