Method DeleteBlock
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
DeleteBlock(Rectangle, bool)
When implemented by a class, deletes a specified block of characters.
bool DeleteBlock(Rectangle rect, bool withChange = false)Parameters
- rectRectangle
- Specifies coordinates of characters block to delete. 
- withChangebool
- Indicates if the change needs to be translated to the parser 
Returns
- bool
- True if method succeed; otherwise false.