DeleteBlock Method
DeleteBlock(Rectangle, Boolean)
Deletes a specified block of characters.
Declaration
public virtual bool DeleteBlock(Rectangle rect, bool withChange = false)
Parameters
Type | Name | Description |
---|---|---|
Rectangle | rect | Specifies coordinates of characters block to delete. |
Boolean | withChange | Indicates if the change needs to be translated to the parser |
Returns
Type | Description |
---|---|
Boolean | True if method succeed; otherwise false. |