ThinkGeo.MapSuite.iOSEdition.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 interactive actions.
Inheritance Hierarchy
Members Summary
Public Constructors
InteractionArguments()
Constructor of InteractionArguments class.
If you use this constructor, you have to set the properties manually before use.
Parameters
Protected Constructors
Public Methods
ToString()
N/A
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
N/A
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
N/A
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
Finalize()
N/A
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
N/A
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
ScreenPointers
Gets the screen pointers.
Return Value
CurrentExtent
Gets or sets the current extent.
Return Value
ScreenX
Gets or sets the screen x.
Return Value
ScreenY
Gets or sets the screen y.
Return Value
MapUnit
Gets or sets the map unit.
Return Value
MapWidth
Gets or sets the width of the map.
Return Value
MapHeight
Gets or sets the height of the map.
Return Value
Scale
Gets or sets the scale.
Return Value
CurrentResolution
Gets or sets the current resolution.
Return Value
WorldX
Gets or sets the world x.
Return Value
WorldY
Gets or sets the world y.
Return Value
SearchingTolerance
Gets or sets the searching tolerance.
Return Value
Velocity
Gets or sets the velocity.
Return Value
ZoomLevelSet
Gets or sets the zoom level set.
Return Value
Protected Properties
Public Events