Table of Contents

ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class encapsulates the information and simple method for interative actions.

Inheritance Hierarchy

Members Summary

Public Constructors

InteractionArguments()

Remarks
Parameters

Protected Constructors

Public Methods

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

ScreenX

Gets or sets the screen X position.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#ScreenX

Return Value

ScreenY

Gets or sets the screen Y position.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#ScreenY

Return Value

WorldX

Gets or sets the world X position.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#WorldX

Return Value

WorldY

Gets or sets the world Y position.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#WorldY

Return Value

MouseButton

Gets and sets which button is clicked on the map canvas.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#MouseButton

Return Value

CurrentExtent

Gets or sets the current extent used in the MapControl.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#CurrentExtent

Return Value

SearchingTolerance

Gets or sets the searching tolearance for tracking and editing.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#SearchingTolerance

Return Value

MapWidth

Gets or sets the with for the Map Control.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#MapWidth

Return Value

MapHeight

Gets or sets the height for the Map Control.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#MapHeight

Return Value

DeltaManipulation

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value

MapUnit

Gets or sets the unit for the Map Control.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#MapUnit

Return Value

ZoomLevelSet

Gets or sets the ZoomLevelSet used in the Map Control.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#ZoomLevelSet

Return Value

MouseWheelDelta

Gets or sets the Mouse wheel delta used in the MouseWheel method in InterativeOverlay.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#MouseWheelDelta

Return Value

Scale

Gets or sets the scale in current status.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#Scale

Return Value

Protected Properties

Public Events