====== ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs ====== {{section>upgrade_map_suite_to_10.0}} This is the event arguments class for the TileDrawn event on the TileHandler class. It is raised after the tile is drawn. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs ===== Inheritance Hierarchy ===== *System.Object **System.EventArgs ***[[ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#TileDrawnEventArgs()|TileDrawnEventArgs]] | | | Initialize TileDrawnEventArgs class. | | {{wiki:PublicMethod.gif|Public Method}}[[#TileDrawnEventArgs(ServerLayerOverlay, RectangleShape, Bitmap)|TileDrawnEventArgs]] | [[ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay|ServerLayerOverlay]], [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], Bitmap | | Initialize TileDrawnEventArgs class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{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 ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#Bitmap|Bitmap]] | Bitmap | | The property gets and sets the bitmap object which is drawn. | | {{wiki:PublicProperty.gif|Public Property}}[[#Overlay|Overlay]] | [[ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay|ServerLayerOverlay]] | | The property gets and sets the overlay which is drawn. | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldExtent|WorldExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | The property gets and sets the world extent which is drawn on the tile. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== TileDrawnEventArgs() ==== Initialize TileDrawnEventArgs class. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs#TileDrawnEventArgs.28.29 === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ==== TileDrawnEventArgs(ServerLayerOverlay, RectangleShape, Bitmap) ==== Initialize TileDrawnEventArgs class. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs#TileDrawnEventArgs.28ServerLayerOverlay.2C_RectangleShape.2C_Bitmap.29 === Parameters === ^ Name ^ Type ^ Description ^ | overlay | [[ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay|ServerLayerOverlay]] | The parameter is the overlay which is drawn. | | worldExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | The parameter is the world extent which is drawn. | | bitmap | Bitmap | The parameter is the bitmap which is drawn. | [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== Equals(Object) ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs#Equals.28Object.29 === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs#GetHashCode.28.29 === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs#GetType.28.29 === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs#ToString.28.29 === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Finalize() ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs#Finalize.28.29 === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs#MemberwiseClone.28.29 === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== Bitmap ==== The property gets and sets the bitmap object which is drawn. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs#TileDrawnEventArgs.28ServerLayerOverlay.2C_RectangleShape.2C_Bitmap.29 === Return Value === ^ Return Type ^ | Bitmap | [[#Public Properties|Go Back]] ==== Overlay ==== The property gets and sets the overlay which is drawn. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs#TileDrawnEventArgs.28ServerLayerOverlay.2C_RectangleShape.2C_Bitmap.29 === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay|ServerLayerOverlay]] | [[#Public Properties|Go Back]] ==== WorldExtent ==== The property gets and sets the world extent which is drawn on the tile. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs#WorldExtent === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:SilverlightMapConnector]] [[Category:ThinkGeo.MapSuite.SilverlightEdition]] [[Category:UpdateDocumentation]]