Table of Contents

Method BlockDeleting

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

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 Rectangle

Specified rectangle to remove node's content.

comparer IComparer<ISyntaxNode>

Search criteria.

Returns

bool

True if succeed; otherwise false.