NRectangleSelectTool Class Members
In This Topic
The following tables list the members exposed by NRectangleSelectTool.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| StartMoveDistance | Gets or sets the distance after which the rectangle dragging starts. If the user presses the left mouse button, but does not move the mouse more than this distance, the move will not be started. |
| Stroke | Gets or sets the stroke that is used for the display of the selection rectangle |
Top
Protected Properties
| Name | Description |
| RectDraggingStarted | Gets or sets whether the tool is considered dragged when activated. This property is automatically set to true when the mouse has travelled a certain distance since the tool was activated. |
Top
Public Methods
| Name | Description |
| OnMouseMove | Overridden. Processes the mouse move event |
| UpdateAids | Overridden. Called to update the visual aids of this tool. |
Top
See Also