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