Method BlockDeleting
BlockDeleting(Rectangle, IComparer<ISyntaxNode>)
Removes all nodes from specified region.
public virtual bool BlockDeleting(Rectangle rect, IComparer<ISyntaxNode> comparer)
Parameters
rect
RectangleSpecifies rectangle to remove nodes from.
comparer
IComparer<ISyntaxNode>Object that exposes a method to compare two objects.
Returns
- bool
True if succeed; otherwise false.