Method NeedClear
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
NeedClear(int)
Obtains boolean value indicating whether all snippets need removing from the list.
public bool NeedClear(int y)
Parameters
y
intLine being changed.
Returns
NeedClear(Rectangle)
Obtains boolean value indicating whether all snippets need removing from the list.
public bool NeedClear(Rectangle rect)
Parameters
rect
RectangleRectangle specifying block being deleted.