Method CanDeleteBlock
CanDeleteBlock(Rectangle)
When implemented by a class, determines if a specified block can be deleted.
bool CanDeleteBlock(Rectangle rect)
Parameters
rect
RectangleSpecifies coordinates of characters block to delete.
Returns
- bool
True if the block can be deleted; otherwise false.