Table of Contents

Method CanDeleteBlock

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

CanDeleteBlock(Rectangle)

Determines if a specified block can be deleted.

public virtual bool CanDeleteBlock(Rectangle rect)

Parameters

rect Rectangle

Specifies coordinates of characters block to delete.

Returns

bool

True if the block can be deleted; otherwise false.