Method IsValidContent
IsValidContent(int, int, Rect)
Ensures that the column and line are in a valid range from the size of the driver.
public bool IsValidContent(int col, int row, Rect clip)
Parameters
Returns
- bool
true
if it's a valid range,false
otherwise.