Table of Contents

Method NeedClear

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

NeedClear(int)

When implemented by a class, obtains boolean value indicating whether all snippets need removing from the list.

bool NeedClear(int y)

Parameters

y int

Line being changed.

Returns

bool

NeedClear(Rectangle)

When implemented by a class, obtains boolean value indicating whether all snippets need removing from the list.

bool NeedClear(Rectangle rect)

Parameters

rect Rectangle

Rectangle specifying block being deleted.

Returns

bool