This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.androidedition.interactionarguments [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.androidedition.interactionarguments [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.AndroidEdition.InteractionArguments ====== | ====== ThinkGeo.MapSuite.AndroidEdition.InteractionArguments ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class encapsulates the information and simple method for interative actions. | This class encapsulates the information and simple method for interative actions. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments]] | + | ***ThinkGeo.MapSuite.AndroidEdition.InteractionArguments** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} InteractionArguments() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InteractionArguments()|InteractionArguments]] | | | Initializes a new instance of the class. | | + | |
+ | * //Initializes a new instance of the class.// | ||
+ | == Remarks == | ||
+ | * //If you use this constructor, you have to set the properties manually before use.// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | * //N/A// |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | == Remarks == |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | * //N/A// |
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Methods ==== | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | * //N/A// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentExtent|CurrentExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets or sets the current extent. | | + | * //N/A// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapHeight|MapHeight]] | Int32 | | Gets or sets the height of the map. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapWidth|MapWidth]] | Int32 | | Gets or sets the width of the map. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MotionEventActions|MotionEventActions]] | MotionEventActions | | Gets or sets the motion event actions. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Resolution|Resolution]] | Double | | Gets or sets the resolution. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Scale|Scale]] | Double | | Gets or sets the scale. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenPointers|ScreenPointers]] | Collection<PointF> | | Gets the screen pointers. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenX|ScreenX]] | Single | | Gets or sets the screen x. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenY|ScreenY]] | Single | | Gets or sets the screen y. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#SearchingTolerance|SearchingTolerance]] | Double | | Gets or sets the searching tolerance. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldX|WorldX]] | Double | | Gets or sets the world x. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldY|WorldY]] | Double | | Gets or sets the world y. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevelSet|ZoomLevelSet]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | | Gets or sets the ZoomLevelSet used in the Map Control. | | + | |
- | ==== Protected Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | ===== Public Constructors ===== | + | * //N/A// |
- | ==== InteractionArguments() ==== | + | == Remarks == |
- | Initializes a new instance of the class. | + | * //N/A// |
- | === Remarks === | + | |
- | If you use this constructor, you have to set the properties manually before use. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ===== Protected Constructors ===== | + | * Type:Object |
- | ===== Public Methods ===== | + | * Description:N/A |
- | ==== Equals(Object) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | obj | Object<!-- System.Object --> | | | + | ==== Public Properties ==== |
+ | ** {{wiki:PublicProperty.gif|}} ScreenPointers ** | ||
- | <!-- System.Object --> | + | * //Gets the screen pointers.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetHashCode() ==== | + | * //N/A// |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ Description ^ | + | * Type:Collection<PointF> |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} MotionEventActions ** |
- | ^ Name ^ Type ^ Description ^ | + | |
- | <!-- System.Object --> | + | * //Gets or sets the motion event actions.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetType() ==== | + | * //N/A// |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ Description ^ | + | * Type:MotionEventActions |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} CurrentExtent ** |
- | ^ Name ^ Type ^ Description ^ | + | |
- | <!-- System.Object --> | + | * //Gets or sets the current extent.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToString() ==== | + | * //N/A// |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ScreenX ** |
- | ^ Name ^ Type ^ Description ^ | + | |
- | <!-- System.Object --> | + | * //Gets or sets the screen x.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | * //N/A// |
- | ==== Finalize() ==== | + | == Return Value == |
- | === Return Value === | + | * Type:Single |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ScreenY ** |
- | ^ Name ^ Type ^ Description ^ | + | |
- | <!-- System.Object --> | + | * //Gets or sets the screen y.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== MemberwiseClone() ==== | + | * //N/A// |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ Description ^ | + | * Type:Single |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** |
- | ^ Name ^ Type ^ Description ^ | + | |
- | <!-- System.Object --> | + | * //Gets or sets the ZoomLevelSet used in the Map Control.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ===== Public Properties ===== | + | * //N/A// |
- | ==== CurrentExtent ==== | + | == Return Value == |
- | Gets or sets the current extent. | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} MapWidth ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== MapHeight ==== | + | |
- | Gets or sets the height of the map. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | * //Gets or sets the width of the map.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MapWidth ==== | + | * //N/A// |
- | Gets or sets the width of the map. | + | == Return Value == |
- | === Return Value === | + | * Type:Int32 |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} MapHeight ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== MotionEventActions ==== | + | |
- | Gets or sets the motion event actions. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | MotionEventActions<!-- Android.Views.MotionEventActions --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | * //Gets or sets the height of the map.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Resolution ==== | + | * //N/A// |
- | Gets or sets the resolution. | + | == Return Value == |
- | === Return Value === | + | * Type:Int32 |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} Scale ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Scale ==== | + | |
- | Gets or sets the scale. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | * //Gets or sets the scale.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ScreenPointers ==== | + | * //N/A// |
- | Gets the screen pointers. | + | == Return Value == |
- | === Return Value === | + | * Type:Double |
- | ^ Return Type ^ | + | |
- | | Collection<PointF><!-- System.Collections.ObjectModel.Collection{System.Drawing.PointF} --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} Resolution ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ScreenX ==== | + | |
- | Gets or sets the screen x. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | * //Gets or sets the resolution.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ScreenY ==== | + | * //N/A// |
- | Gets or sets the screen y. | + | == Return Value == |
- | === Return Value === | + | * Type:Double |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} WorldX ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== SearchingTolerance ==== | + | |
- | Gets or sets the searching tolerance. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | * //Gets or sets the world x.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== WorldX ==== | + | * //N/A// |
- | Gets or sets the world x. | + | == Return Value == |
- | === Return Value === | + | * Type:Double |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} WorldY ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== WorldY ==== | + | |
- | Gets or sets the world y. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | * //Gets or sets the world y.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ZoomLevelSet ==== | + | * //N/A// |
- | Gets or sets the ZoomLevelSet used in the Map Control. | + | == Return Value == |
- | === Return Value === | + | * Type:Double |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} SearchingTolerance ** |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | * //Gets or sets the searching tolerance.// |
- | ===== Public Events ===== | + | == Remarks == |
- | __NOTOC__ | + | * //N/A// |
- | [[Category:AndroidEdition]] | + | == Return Value == |
- | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | + | * Type:Double |
- | [[Category:UpdateDocumentation]] | + | |
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||