Method BlockDeleting
BlockDeleting(Rectangle, IComparer<ISyntaxNode>)
When implemented by a class, removes all syntax nodes from the nodes collection which position in the specified rectangle.
bool BlockDeleting(Rectangle rect, IComparer<ISyntaxNode> comparer)
Parameters
rect
RectangleSpecified rectangle to remove nodes.
comparer
IComparer<ISyntaxNode>Search criteria.
Returns
- bool
True if succeed; otherwise false.