User Tools

Site Tools


thinkgeo.mapsuite.iosedition.interactionarguments

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.iosedition.interactionarguments [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.iosedition.interactionarguments [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.iOSEdition.InteractionArguments ====== ====== ThinkGeo.MapSuite.iOSEdition.InteractionArguments ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class encapsulates the information and simple method for interactive actions. This class encapsulates the information and simple method for interactive actions.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments]]+    ***ThinkGeo.MapSuite.iOSEdition.InteractionArguments**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} InteractionArguments() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#InteractionArguments()|InteractionArguments]] ​  ​| ​   |    | Constructor of InteractionArguments class. ​  |+
  
 +Constructor of InteractionArguments 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 ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +N/A 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +N/A
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentExtent|CurrentExtent]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   | Gets or sets the current extent. ​  | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentResolution|CurrentResolution]] ​  | Double ​  ​| ​   | Gets or sets the current resolution. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapHeight|MapHeight]] ​  | Single ​  ​| ​   | Gets or sets the height of the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapUnit|MapUnit]] ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  ​| ​   | Gets or sets the map unit.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapWidth|MapWidth]] ​  | Single ​  ​| ​   | Gets or sets the width of the map.   | +
-| {{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}}[[#​Velocity|Velocity]] ​  | PointF ​  ​| ​   | Gets or sets the velocity. ​  | +
-| {{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 zoom level set.   |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +N/A 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +N/A
  
-===== Public Constructors ===== +== Return Value == 
-==== InteractionArguments() ==== +  ​Type:Boolean 
-Constructor of InteractionArguments class. +  Description: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]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //obj// 
-===== Public Methods ===== +    * Type:Object 
-==== Equals(Object) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +N/A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​ ​Description ​^+== Remarks ​== 
 +N/A 
 + 
 +== Return Value == 
 +  ​Type:Object 
 +  Description:N/A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} ScreenPointers ** 
 + 
 +Gets the screen pointers. 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Collection<​CGPoint>​ 
 + 
 +** {{wiki:​PublicProperty.gif|}} CurrentExtent **
  
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== CurrentExtent ==== 
 Gets or sets the current extent. Gets or sets the current extent.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> +** {{wiki:​PublicProperty.gif|}} ScreenX **
-[[#Public Properties|Go Back]] +
-==== CurrentResolution ==== +
-Gets or sets the current resolution. +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> +Gets or sets the screen x
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MapHeight ​==== +N/A 
-Gets or sets the height of the map+== Return Value == 
-=== Return Value === +  * Type:​nfloat 
-^ Return ​Type ^ + 
-| Single<​!-- System.Single --> ​  |+** {{wiki:​PublicProperty.gif|}} ScreenY ** 
 + 
 +Gets or sets the screen y
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  ​* ​Type:nfloat 
 + 
 +** {{wiki:​PublicProperty.gif|}} MapUnit **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== MapUnit ==== 
 Gets or sets the map unit. Gets or sets the map unit.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  |+== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} MapWidth **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== MapWidth ==== 
 Gets or sets the width of the map. Gets or sets the width of the map.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Single<​!-- System.Single --> ​  |+== Return Value == 
 +  ​* ​Type:nfloat
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> +** {{wiki:​PublicProperty.gif|}} MapHeight **
-[[#Public Properties|Go Back]] +
-==== Scale ==== +
-Gets or sets the scale. +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> +Gets or sets the height of the map
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ScreenPointers ==== +N/A 
-Gets the screen pointers. +== Return Value == 
-=== Return Value === +  ​* ​Type:nfloat
-^ Return ​Type +
-| Collection<​PointF><​!-- System.Collections.ObjectModel.Collection{System.Drawing.PointF} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> +** {{wiki:​PublicProperty.gif|}} Scale **
-[[#Public Properties|Go Back]] +
-==== ScreenX ==== +
-Gets or sets the screen x. +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> +Gets or sets the scale
-[[#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.iOSEdition.InteractionArguments --> +** {{wiki:​PublicProperty.gif|}} CurrentResolution **
-[[#Public Properties|Go Back]] +
-==== SearchingTolerance ==== +
-Gets or sets the searching tolerance. +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> +Gets or sets the current resolution
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Velocity ==== +N/A 
-Gets or sets the velocity. +== Return Value == 
-=== Return Value === +  ​* ​Type:Double 
-^ Return ​Type ^ + 
-| PointF<​!-- System.Drawing.PointF --> ​  |+** {{wiki:​PublicProperty.gif|}} WorldX **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== WorldX ==== 
 Gets or sets the world x. Gets or sets the world x.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-Double<!-- System.Double --> ​  |+== Return Value == 
 +  ​* ​Type:Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} WorldY **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== WorldY ==== 
 Gets or sets the world y. Gets or sets the world y.
-=== Return Value === +== Remarks == 
-Return Type ^ +N/A 
-Double<​!-- System.Double --> ​  |+== Return Value =
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} SearchingTolerance ** 
 + 
 +Gets or sets the searching tolerance. 
 +== Remarks ​== 
 +N/A 
 +== Return ​Value == 
 +  * Type:Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} Velocity ** 
 + 
 +Gets or sets the velocity. 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGPoint 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomLevelSet **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== ZoomLevelSet ==== 
 Gets or sets the zoom level set. Gets or sets the zoom level set.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> ​  |+== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]
  
-<!-- ThinkGeo.MapSuite.iOSEdition.InteractionArguments --> +==== Protected Properties ==== 
-[[#Public Properties|Go Back]] +==== Public Events ====
-===== Protected Properties ​===== +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​iOSEdition]] +
-[[Category:​ThinkGeo.MapSuite.iOSEdition]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.iosedition.interactionarguments.1440040131.txt.gz · Last modified: 2015/09/21 08:33 (external edit)