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
runeRuneUsed to determine if one or two columns are required.
colintThe column.
rowintThe row.