Method BlockDeleting
BlockDeleting(Rectangle, IComparer<ISyntaxNode>)
When implemented by a class, removes node's inside the specified rectangle.
bool BlockDeleting(Rectangle rect, IComparer<ISyntaxNode> comparer)
Parameters
rect
RectangleSpecified rectangle to remove node's content.
comparer
IComparer<ISyntaxNode>Search criteria.
Returns
- bool
True if succeed; otherwise false.