/// <inheritdoc/> public override void Remove() { base.Remove(); _selection.Remove(); _selection = null; }
/// <inheritdoc/> public override void Remove() { base.Remove(); _currentState = ToolState.None; _selection.Remove(); _selection = null; }
/// <inheritdoc/> public override void ToStateOne() { base.ToStateOne(); _selection = new LineSelection( _editor.Project.CurrentContainer.HelperLayer, _arc, _editor.Project.Options.HelperStyle, _editor.Project.Options.PointShape); _selection.ToStateOne(); }