User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.drawntileeventargs

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.drawntileeventargs [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.wpfdesktopedition.drawntileeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class represents an event argument for Drawn event in Tile class. This class represents an event argument for Drawn event in Tile class.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs</​a>​ 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**System.EventArgs +    *System.EventArgs 
-***[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs]]+      ***ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} DrawnTileEventArgs() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#DrawnTileEventArgs()|DrawnTileEventArgs]] ​  ​| ​   |    | This is the constructor of DrawnTileEventArgs class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawnTileEventArgs(GeoCanvas)|DrawnTileEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  ​| ​   | This is the constructor of DrawnTileEventArgs class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawnTileEventArgs(GeoCanvas,​ Boolean)|DrawnTileEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Boolean ​  ​| ​   | This is the constructor of DrawnTileEventArgs class. ​  |+
  
-==== Protected Constructors ​==== +  * //This is the constructor of DrawnTileEventArgs class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28.29//​ 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DrawnTileEventArgs(GeoCanvas) **
  
-==== Public Methods ​==== +  * //This is the constructor of DrawnTileEventArgs class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28GeoCanvas.29//​ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]]   |    | Object ​  ​| ​   | +== Parameters ​== 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +  * //​geoCanvas//​ 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    ​* Description:This parameter indicates a GeoCanvas for drawing the tile.
  
-==== Protected Methods ==== +<div newline></​div>​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:PublicMethod.gif|}} ​DrawnTileEventArgs(GeoCanvas,​Boolean**
-{{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ​==== +  * //This is the constructor of DrawnTileEventArgs class.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Cancel|Cancel]] ​  | Boolean ​  ​| ​   | This property gets and sets whether this operation needs to be canceled. ​  | +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28GeoCanvas.2C_Boolean.29//​ 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​GeoCanvas|GeoCanvas]] ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  |    This property gets and sets nativeImage to draw on the tile.   |+== Parameters ​== 
 +  * //​geoCanvas//​ 
 +    ​* Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​This parameter indicates ​GeoCanvas object for drawing ​the tile.
  
-==== Protected Properties ==== +  * //cancel// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+    * Type:​Boolean 
 +    * Description:​This parameter indicates whether this operation needs to be canceled.
  
-==== Public ​Events ​==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+==== Protected Constructors ==== 
 +==== Public ​Methods ​==== 
 +** {{wiki:​PublicMethod.gif|}} ToString() **
  
-===== Public Constructors ===== +  * //N/A// 
-==== DrawnTileEventArgs() ==== +== Remarks == 
-This is the constructor of DrawnTileEventArgs class. +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​ToString.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== DrawnTileEventArgs(GeoCanvas) ​==== +  * Type:String 
-This is the constructor of DrawnTileEventArgs class. +  ​Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28GeoCanvas.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​+
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter indicates a GeoCanvas for drawing the tile.   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-==== DrawnTileEventArgs(GeoCanvas,​ Boolean) ​==== +<div newline></div
-This is the constructor of DrawnTileEventArgs class. +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28GeoCanvas.2C_Boolean.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28GeoCanvas.2C_Boolean.29</a+
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter indicates a GeoCanvas object for drawing the tile.   | +
-| cancel ​  | Boolean<​!-- System.Boolean --> ​  | This parameter indicates whether this operation needs to be canceled. ​  |+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks == 
-===== Public Methods ===== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​Equals.28Object.29//​
-==== Equals(Object) ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​Equals.28Object.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//obj// 
-==== GetHashCode() ​==== +    ​* ​Type:Object 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetType() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​GetHashCode.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​GetType.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​ToString.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​ToString.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​GetType.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Type 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MemberwiseClone() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​Finalize.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​MemberwiseClone.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-===== Public Properties ===== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
-==== Cancel ==== + 
-This property gets and sets whether this operation needs to be canceled+  * //N/A// 
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​Cancel"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​Cancel</a+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​MemberwiseClone.28.29// 
-=== Return Value === + 
-^ Return Type ^ +== Return Value == 
-| Boolean<​!-- System.Boolean --> ​  |+  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></div
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} GeoCanvas **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== GeoCanvas ==== 
 This property gets and sets a nativeImage to draw on the tile. This property gets and sets a nativeImage to draw on the tile.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28GeoCanvas.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28GeoCanvas.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​DrawnTileEventArgs.28GeoCanvas.29 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs ​--> +** {{wiki:​PublicProperty.gif|}} Cancel ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +This property gets and sets whether this operation needs to be canceled. 
-===== Public Events ====+== Remarks == 
-__NOTOC__ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileEventArgs#​Cancel 
-[[Category:​WpfDesktopEdition]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.WpfDesktopEdition]] +  * Type:​Boolean 
-[[Category:​UpdateDocumentation]]+ 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.wpfdesktopedition.drawntileeventargs.1440040136.txt.gz · Last modified: 2015/09/18 03:10 (external edit)