Method IsValidLocation
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.