Table of Contents

Method BlockDeleting

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

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 Rectangle

Specified rectangle to remove nodes.

comparer IComparer<ISyntaxNode>

Search criteria.

Returns

bool

True if succeed; otherwise false.