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