====== ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs ====== {{section>upgrade_map_suite_to_10.0}} This is the event arguments class for the TileDrawing event on the TileHandler class. It is raised before 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.TileDrawingEventArgs ===== Inheritance Hierarchy ===== *System.Object **System.EventArgs ***[[ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#TileDrawingEventArgs()|TileDrawingEventArgs]] | | | Initialize TileDrawingEventArgs class. | | {{wiki:PublicMethod.gif|Public Method}}[[#TileDrawingEventArgs(ServerLayerOverlay, RectangleShape, Bitmap)|TileDrawingEventArgs]] | [[ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay|ServerLayerOverlay]], [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], Bitmap | | Initialize TileDrawingEventArgs 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 going to draw on the tile. | | {{wiki:PublicProperty.gif|Public Property}}[[#Overlay|Overlay]] | [[ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay|ServerLayerOverlay]] | | The property gets and sets the overlay which is going to draw. | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldExtent|WorldExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | The property gets and sets the world extent which is going to draw on the tile. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== TileDrawingEventArgs() ==== Initialize TileDrawingEventArgs class. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs#TileDrawingEventArgs.28.29 === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ==== TileDrawingEventArgs(ServerLayerOverlay, RectangleShape, Bitmap) ==== Initialize TileDrawingEventArgs class. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs#TileDrawingEventArgs.28ServerLayerOverlay.2C_RectangleShape.2C_Bitmap.29 === Parameters === ^ Name ^ Type ^ Description ^ | overlay | [[ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay|ServerLayerOverlay]] | The parameter is the overlay which is going to draw. | | worldExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | The parameter is the world extent which is going to draw. | | bitmap | Bitmap | The parameter is the bitmap which is going to draw. | [[#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.TileDrawingEventArgs#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.TileDrawingEventArgs#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.TileDrawingEventArgs#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.TileDrawingEventArgs#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.TileDrawingEventArgs#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.TileDrawingEventArgs#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 going to draw on the tile. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs#TileDrawingEventArgs.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 going to draw. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs#TileDrawingEventArgs.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 going to draw on the tile. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs#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]]