This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.silverlightedition.interactionarguments [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightedition.interactionarguments [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments ====== | ====== ThinkGeo.MapSuite.SilverlightEdition.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.SilverlightEdition.InteractionArguments]] | + | ***ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} InteractionArguments() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InteractionArguments()|InteractionArguments]] | | | This is the default constructor of this parameter. | | + | |
+ | This is the default constructor of this parameter. | ||
+ | == 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(overriden) | Override the ToString API for object. | | + | |
- | ==== Protected Methods ==== | + | Override the ToString API for object. |
- | ^ 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.SilverlightCore.RectangleShape|RectangleShape]] | | This property gets or sets the current extent used in the MapControl. | | + | * Description:Returns a string to mark this instance and easy to read its properties. |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapHeight|MapHeight]] | Int32 | | This property gets or sets the height for the Map Control. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapUnit|MapUnit]] | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | | This property gets or sets the unit for the Map Control. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapWidth|MapWidth]] | Int32 | | This property gets or sets the with for the Map Control. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MouseWheelDelta|MouseWheelDelta]] | Int32 | | This property gets or sets the Mouse wheel delta used in the MouseWheel method in InterativeOverlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Scale|Scale]] | Double | | This property gets or sets the scale in current status. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenX|ScreenX]] | Single | | This property gets or sets the screen X position. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenY|ScreenY]] | Single | | This property gets or sets the screen Y position. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#SearchingTolerance|SearchingTolerance]] | Double | | This property gets or sets the searching tolearance for tracking and editing. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldX|WorldX]] | Double | | This property gets or sets the world X position. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldY|WorldY]] | Double | | This property gets or sets the world Y position. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevelSet|ZoomLevelSet]] | [[ThinkGeo.MapSuite.SilverlightCore.ZoomLevelSet|ZoomLevelSet]] | | This property gets or sets the ZoomLevelSet used in the Map Control. | | + | |
- | ==== 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 |
- | This is the default constructor of this parameter. | + | * 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 |
- | Override the ToString API for object. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | Returns a string to mark this instance and easy to read its properties. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | <!-- System.Object(overriden) --> | + | 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 | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Object |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== CurrentExtent ==== | + | |
- | This property gets or sets the current extent used in the MapControl. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== MapHeight ==== | + | ==== Public Properties ==== |
- | This property gets or sets the height for the Map Control. | + | ** {{wiki:PublicProperty.gif|}} ScreenX ** |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | + | This property gets or sets the screen X position. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MapUnit ==== | + | N/A |
- | This property gets or sets the unit for the Map Control. | + | == Return Value == |
- | === Return Value === | + | * Type:Single |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} ScreenY ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== MapWidth ==== | + | |
- | This property gets or sets the with for the Map Control. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | + | This property gets or sets the screen Y position. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MouseWheelDelta ==== | + | N/A |
- | This property gets or sets the Mouse wheel delta used in the MouseWheel method in InterativeOverlay. | + | == Return Value == |
- | === Return Value === | + | * Type:Single |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} WorldX ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Scale ==== | + | |
- | This property gets or sets the scale in current status. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | + | This property gets or sets the world X position. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ScreenX ==== | + | N/A |
- | This property gets or sets the screen X position. | + | == Return Value == |
- | === Return Value === | + | * Type:Double |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} WorldY ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ScreenY ==== | + | This property gets or sets the world Y position. |
- | This property gets or sets the screen Y position. | + | == Remarks == |
- | === Return Value === | + | N/A |
- | ^ Return Type ^ | + | == Return Value == |
- | | Single<!-- System.Single --> | | + | * Type:Double |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CurrentExtent ** | ||
+ | |||
+ | This property gets or sets the current extent used in the MapControl. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} SearchingTolerance ** | ||
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== SearchingTolerance ==== | ||
This property gets or sets the searching tolearance for tracking and editing. | This property gets or sets the searching tolearance for tracking and editing. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | Double<!-- System.Double --> | | + | == Return Value == |
+ | * Type:Double | ||
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} MapWidth ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== WorldX ==== | + | |
- | This property gets or sets the world X position. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | + | This property gets or sets the with for the Map Control. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== WorldY ==== | + | N/A |
- | This property gets or sets the world Y position. | + | == Return Value == |
- | === Return Value === | + | * Type:Int32 |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | ** {{wiki:PublicProperty.gif|}} MapHeight ** |
+ | |||
+ | This property gets or sets the height for the Map Control. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MapUnit ** | ||
+ | |||
+ | This property gets or sets the unit for the Map Control. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** | ||
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevelSet ==== | ||
This property gets or sets the ZoomLevelSet used in the Map Control. | This property gets or sets the ZoomLevelSet used in the Map Control. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.SilverlightCore.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.SilverlightCore.ZoomLevelSet --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.ZoomLevelSet|ZoomLevelSet]] | ||
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} MouseWheelDelta ** |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | This property gets or sets the Mouse wheel delta used in the MouseWheel method in InterativeOverlay. |
- | ===== Public Events ===== | + | == Remarks == |
- | __NOTOC__ | + | N/A |
- | [[Category:SilverlightEdition]] | + | == Return Value == |
- | [[Category:ThinkGeo.MapSuite.SilverlightEdition]] | + | * Type:Int32 |
- | [[Category:UpdateDocumentation]] | + | |
+ | ** {{wiki:PublicProperty.gif|}} Scale ** | ||
+ | |||
+ | This property gets or sets the scale in current status. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||