User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.drawntiletileoverlayeventargs

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.wpfdesktopedition.drawntiletileoverlayeventargs [2015/09/22 08:51]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs ====== 
-This class represents an event argument for drawn tile in the TileOverlay class. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *System.EventArgs 
-      ***ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} DrawnTileTileOverlayEventArgs() ** 
- 
-  * //This is constructor of DrawnTileTileOverlayEventArgs class.// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs#​DrawnTileTileOverlayEventArgs.28.29//​ 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawnTileTileOverlayEventArgs(Tile,​GeoCanvas) ** 
- 
-  * //This is constructor of DrawnTileTileOverlayEventArgs class.// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs#​DrawnTileTileOverlayEventArgs.28Tile.2C_GeoCanvas.29//​ 
-== Parameters == 
-  * //​drawnTile//​ 
-    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]] 
-    * Description:​This parameter indicates a Tile object that is drawn. 
- 
-  * //​geoCanvas//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-    * Description:​This parameter indicates a GeoCanvas object for drawing the tile. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs#​ToString.28.29//​ 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs#​Equals.28Object.29//​ 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs#​GetHashCode.28.29//​ 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs#​GetType.28.29//​ 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs#​Finalize.28.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs#​MemberwiseClone.28.29//​ 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} DrawnTile ** 
- 
-This property gets and sets a Tile object that is drawn. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs#​firstHeading"​ class="​firstHeading"​ lang="​en"><​span dir="​auto 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]] 
- 
-** {{wiki:​PublicProperty.gif|}} GeoCanvas ** 
- 
-This property gets and sets a native image to drawn on. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs#​DrawnTileTileOverlayEventArgs.28Tile.2C_GeoCanvas.29 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.wpfdesktopedition.drawntiletileoverlayeventargs.1442911910.txt.gz ยท Last modified: 2015/09/22 08:51 by admin