Table of Contents

Method BlockDeleting

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

BlockDeleting(Rectangle, IComparer<ISyntaxNode>)

Removes all nodes from specified region.

public virtual bool BlockDeleting(Rectangle rect, IComparer<ISyntaxNode> comparer)

Parameters

rect Rectangle

Specifies rectangle to remove nodes from.

comparer IComparer<ISyntaxNode>

Object that exposes a method to compare two objects.

Returns

bool

True if succeed; otherwise false.