InteractionArguments¶
Inheritance Hierarchy¶
Object
InteractionArguments
Members Summary¶
Public Constructors Summary¶
Name |
---|
InteractionArguments() |
Protected Constructors Summary¶
Name |
---|
N/A |
Public Properties Summary¶
Name | Return Type | Description |
---|---|---|
CurrentExtent | RectangleShape | Gets or sets the current extent used in the MapControl. |
ManipulationDelta | ManipulationDelta | Gets or sets the delta manipulation. |
MapHeight | Int32 | Gets or sets the height for the Map Control. |
MapUnit | GeographyUnit | Gets or sets the unit for the Map Control. |
MapWidth | Int32 | Gets or sets the with for the Map Control. |
MouseButton | MapMouseButton | Gets and sets which button is clicked on the map canvas. |
MouseWheelDelta | Int32 | Gets or sets the Mouse wheel delta used in the MouseWheel method in InterativeOverlay. |
Scale | Double | Gets or sets the scale in current status. |
ScreenX | Single | Gets or sets the screen X position. |
ScreenY | Single | Gets or sets the screen Y position. |
SearchingTolerance | Double | Gets or sets the searching tolearance for tracking and editing. |
WorldX | Double | Gets or sets the world X position. |
WorldY | Double | Gets or sets the world Y position. |
ZoomLevelSet | ZoomLevelSet | Gets or sets the ZoomLevelSet used in the Map Control. |
Protected Properties Summary¶
Name | Return Type | Description |
---|---|---|
N/A | N/A | N/A |
Public Methods Summary¶
Name |
---|
Equals(Object) |
GetHashCode() |
GetType() |
ToString() |
Protected Methods Summary¶
Name |
---|
Finalize() |
MemberwiseClone() |
Public Events Summary¶
Name | Event Arguments | Description |
---|---|---|
N/A | N/A | N/A |
Members Detail¶
Public Constructors¶
Name |
---|
InteractionArguments() |
Protected Constructors¶
Public Properties¶
CurrentExtent
¶
Summary
Gets or sets the current extent used in the MapControl.
Remarks
N/A
Return Value
ManipulationDelta
¶
Summary
Gets or sets the delta manipulation.
Remarks
N/A
Return Value
ManipulationDelta
MapHeight
¶
Summary
Gets or sets the height for the Map Control.
Remarks
N/A
Return Value
Int32
MapUnit
¶
Summary
Gets or sets the unit for the Map Control.
Remarks
N/A
Return Value
MapWidth
¶
Summary
Gets or sets the with for the Map Control.
Remarks
N/A
Return Value
Int32
MouseButton
¶
Summary
Gets and sets which button is clicked on the map canvas.
Remarks
N/A
Return Value
MouseWheelDelta
¶
Summary
Gets or sets the Mouse wheel delta used in the MouseWheel method in InterativeOverlay.
Remarks
N/A
Return Value
Int32
Scale
¶
Summary
Gets or sets the scale in current status.
Remarks
N/A
Return Value
Double
ScreenX
¶
Summary
Gets or sets the screen X position.
Remarks
N/A
Return Value
Single
ScreenY
¶
Summary
Gets or sets the screen Y position.
Remarks
N/A
Return Value
Single
SearchingTolerance
¶
Summary
Gets or sets the searching tolearance for tracking and editing.
Remarks
N/A
Return Value
Double
WorldX
¶
Summary
Gets or sets the world X position.
Remarks
N/A
Return Value
Double
WorldY
¶
Summary
Gets or sets the world Y position.
Remarks
N/A
Return Value
Double
ZoomLevelSet
¶
Summary
Gets or sets the ZoomLevelSet used in the Map Control.
Remarks
N/A
Return Value
Protected Properties¶
Public Methods¶
Equals(Object)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Boolean | N/A |
Parameters
Name | Type | Description |
---|---|---|
obj | Object | N/A |
GetHashCode()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Int32 | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetType()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Type | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
ToString()
¶
Summary
Override the ToString API for object.
Remarks
N/A
Return Value
Type | Description |
---|---|
String | Returns a string to mark this instance and easy to read its properties. |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Protected Methods¶
Finalize()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
MemberwiseClone()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Object | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |