Table of Contents

Method DeleteBlock

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

DeleteBlock(Rectangle, bool)

Deletes a specified block of characters.

public virtual bool DeleteBlock(Rectangle rect, bool withChange = false)

Parameters

rect Rectangle

Specifies coordinates of characters block to delete.

withChange bool

Indicates if the change needs to be translated to the parser

Returns

bool

True if method succeed; otherwise false.