Class RealtimeDragSelectingTool
- Namespace
- Northwoods.Go.Tools.Extensions
- Assembly
- RealtimeDragSelectingWinForms.dll
The RealtimeDragSelectingTool class lets the user select and deselect Parts within the Box during a drag, not just at the end of the drag.
public class RealtimeDragSelectingTool : DragSelectingTool - Inheritance
- RealtimeDragSelectingTool
- Inherited Members
Constructors
RealtimeDragSelectingTool()
Constructs a RealtimeDragSelectingTool.
public RealtimeDragSelectingTool() Methods
DoActivate()
Remember the original collection of selected Parts.
public override void DoActivate() DoCancel()
Restore the selection which may have been modified during a drag.
public override void DoCancel() DoDeactivate()
Release any references to selected Parts.
public override void DoDeactivate() DoKeyDown()
Select Parts within the bounds of the drag-select box.
public override void DoKeyDown() DoKeyUp()
Select Parts within the bounds of the drag-select box.
public override void DoKeyUp() DoMouseMove()
Select Parts within the bounds of the drag-select box.
public override void DoMouseMove() SelectInRect(Rect)
For a given rectangle, select Parts that are within that rectangle.
public override void SelectInRect(Rect r) Parameters
rRectrectangular bounds in document coordinates.