The following tables list the members exposed by DragRectangleMapAction.
Name | Description | |
---|---|---|
![]() | DragRectangleMapAction Constructor | Initializes a new instance of DragRectangleMapAction. |
Name | Description | |
---|---|---|
![]() ![]() | CapturedEnvelope | The map action captured an envelope. |
![]() ![]() | CapturedPoint | The map action has captured a point. |
![]() ![]() | Capturing | The map action is in the state of capturing. |
Name | Description | |
---|---|---|
![]() | ActionInProgress | Indicates if an action is in progress. (Inherited from MapAction) |
![]() | Active | Indicates if the MapAction is active. When active the MapAction is receiving Map input events. (Inherited from MapAction) |
![]() | Coordinate | Gets the coordinate that was last clicked on the map. |
![]() | Extent | Gets the envelope that was last dragged on the map. |
![]() | Map | Gets or sets the map associated with this MapAction. (Inherited from MapAction) |
![]() | Point | Gets the drawing point that was last clicked on the map. |
Name | Description | |
---|---|---|
![]() | Cancel | Overridden. Resets the map action to it's initial state. |
![]() | Dispose | Overloaded. Disposes the instance resources. |
![]() | ToString | Overridden. Returns a String that represents the current Object. |
Name | Description | |
---|---|---|
![]() | OnActiveChanged | Invoked when the Active property has changed. (Inherited from MapAction) |
![]() | OnActiveChanging | Invoked when the Active property is about to change, raises StatusChanged event. (Inherited from MapAction) |
![]() | OnMapDoubleClick | Method invoked when the attached map raises the DoubleClick event. (Inherited from MapAction) |
![]() | OnMapKeyDown | Method invoked when the attached map raises the KeyDown event. (Inherited from MapAction) |
![]() | OnMapKeyPress | Method invoked when the attached map raises the KeyPress event. (Inherited from MapAction) |
![]() | OnMapKeyUp | Method invoked when the attached map raises the KeyUp event. (Inherited from MapAction) |
![]() | OnMapMouseDoubleClick | Method invoked when the attached map raises the MouseDoubleClick event. (Inherited from MapAction) |
![]() | OnMapMouseDown | Overridden. Method invoked when the attached map raises the MouseDown event. |
![]() | OnMapMouseMove | Overridden. Method invoked when the attached map raises the MouseMove event. |
![]() | OnMapMouseUp | Overridden. Method invoked when the attached map raises the MouseUp event. |
![]() | OnMapMouseWheel | Method invoked when the attached map raises the MouseWheel event. (Inherited from MapAction) |
![]() | OnMapPaint | Overridden. Method invoked when the attached map raises the Paint event. |
![]() | OnSetMap | Invoked when the Map is set on the MapAction. (Inherited from MapAction) |
![]() | OnStatusChanged | Raises the MapActionStatusChanged event with the given statusId. (Inherited from MapAction) |
Name | Description | |
---|---|---|
![]() | StatusChanged | Occurs when the MapAction state has changed. (Inherited from MapAction) |