Table of Contents

Method NeedClear

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

NeedClear(int)

Obtains boolean value indicating whether all snippets need removing from the list.

public bool NeedClear(int y)

Parameters

y int

Line being changed.

Returns

bool

NeedClear(Rectangle)

Obtains boolean value indicating whether all snippets need removing from the list.

public bool NeedClear(Rectangle rect)

Parameters

rect Rectangle

Rectangle specifying block being deleted.

Returns

bool