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