Table of Contents

Method UpdateSelStart

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

UpdateSelStart(Point)

When implemented by a class, updates selection start to the specified position.

void UpdateSelStart(Point position)

Parameters

position Point

New selection start.

UpdateSelStart(bool)

When implemented by a class, updates selection start to the specified position.

void UpdateSelStart(bool checkIfEmpty)

Parameters

checkIfEmpty bool

Checks whether selection is empty.