Method IsValidLocation
IsValidLocation(int, int)
Tests whether the specified coordinate are valid for drawing.
public bool IsValidLocation(int col, int row)
Parameters
Returns
IsValidLocation(Rune, int, int)
Tests whether the specified coordinate are valid for drawing the specified Rune.
public bool IsValidLocation(Rune rune, int col, int row)
Parameters
runeRuneUsed to determine if one or two columns are required.
colintThe column.
rowintThe row.