Method UpdateSelStart
UpdateSelStart(Point)
When implemented by a class, updates selection start to the specified position.
void UpdateSelStart(Point position)
Parameters
positionPointNew selection start.
UpdateSelStart(bool)
When implemented by a class, updates selection start to the specified position.
void UpdateSelStart(bool checkIfEmpty)
Parameters
checkIfEmptyboolChecks whether selection is empty.