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