Method UpdateSelStart
UpdateSelStart(Point)
Updates selection start to the specified position.
public virtual void UpdateSelStart(Point position)
Parameters
position
PointNew selection start.
UpdateSelStart(bool)
Updates selection start to the specified position.
public virtual void UpdateSelStart(bool checkIfEmpty)
Parameters
checkIfEmpty
boolChecks whether selection is empty.
UpdateSelStart(Point, bool)
protected void UpdateSelStart(Point position, bool checkIfEmpty)