Name | Description | |
---|---|---|
![]() | NRectangleSelectTool Constructor | Default constructor |
The following tables list the members exposed by NRectangleSelectTool.
Name | Description | |
---|---|---|
![]() | NRectangleSelectTool Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() ![]() | NRectangleSelectToolSchema | Schema associated with NRectangleSelectTool |
![]() ![]() | StartMoveDistanceProperty | Reference to the StartMoveDistance property |
![]() ![]() | StrokeProperty | Reference to the stroke property |
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 |
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. |
Name | Description | |
---|---|---|
![]() | OnMouseMove | Overridden. Processes the mouse move event |
![]() | UpdateAids | Overridden. Called to update the visual aids of this tool. |
Name | Description | |
---|---|---|
![]() | DeactivationHandlesEvent | Overridden. Overriden to return true, if the shape was actually moved. |
![]() | DestroyRectangleAid | Destroys the rectangle aid. |
![]() | OnActivated | Overridden. Called when the tool was activated. |
![]() | OnDeactivated | Overridden. Called when the tool was deactivated. Raises the Deactivated event |
![]() | TryGetSelectionRectInDrawing | Tries to get the selection rectangle in drawing coordinates. |
![]() | UpdateRectangleAid | Creates the rectangle aid if needed and updates it. |