====== ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs ====== {{section>upgrade_map_suite_to_10.0}} This method is the event args for download progress when requesting images in TileOverlay. ===== Inheritance Hierarchy ===== *System.Object *System.EventArgs *System.ComponentModel.ProgressChangedEventArgs ***ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} DrawTilesProgressChangedTileOverlayEventArgs() ** * //Constructor of DrawTilesProgressChangedTileOverlayEventArgs class.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs#DrawTilesProgressChangedTileOverlayEventArgs.28.29// == Parameters ==
** {{wiki:PublicMethod.gif|}} DrawTilesProgressChangedTileOverlayEventArgs(Int32) ** * //Constructor of DrawTilesProgressChangedTileOverlayEventArgs class.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs#DrawTilesProgressChangedTileOverlayEventArgs.28Int32.29// == Parameters == * //drawTilesPercentage// * Type:Int32 * Description:An integar value indicates the download progress which is from 0 to 100.
** {{wiki:PublicMethod.gif|}} DrawTilesProgressChangedTileOverlayEventArgs(Int32,Object) ** * //Constructor of DrawTilesProgressChangedTileOverlayEventArgs class.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs#DrawTilesProgressChangedTileOverlayEventArgs.28Int32.2C_Object.29// == Parameters == * //drawTilesPercentage// * Type:Int32 * Description:An integar value indicates the download progress which is from 0 to 100. * //userState// * Type:Object * Description:A unique user state.
** {{wiki:PublicMethod.gif|}} DrawTilesProgressChangedTileOverlayEventArgs(Int32,Object,TimeSpan) ** * //Constructor of DrawTilesProgressChangedTileOverlayEventArgs class.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs#DrawTilesProgressChangedTileOverlayEventArgs.28Int32.2C_Object.2C_TimeSpan.29// == Parameters == * //drawTilesPercentage// * Type:Int32 * Description:An integar value indicates the download progress which is from 0 to 100. * //userState// * Type:Object * Description:A unique user state. * //elapsedTime// * Type:TimeSpan * Description:A integar value indicates the ellapsed time for all the completed tiles.
==== 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.DrawTilesProgressChangedTileOverlayEventArgs#ToString.28.29// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{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.DrawTilesProgressChangedTileOverlayEventArgs#Equals.28Object.29// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{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.DrawTilesProgressChangedTileOverlayEventArgs#GetHashCode.28.29// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{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.DrawTilesProgressChangedTileOverlayEventArgs#GetType.28.29// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== 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.DrawTilesProgressChangedTileOverlayEventArgs#Finalize.28.29// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{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.DrawTilesProgressChangedTileOverlayEventArgs#MemberwiseClone.28.29// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} ElapsedTime ** N/A == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs#ElapsedTime == Return Value == * Type:TimeSpan ** {{wiki:PublicProperty.gif|}} ProgressPercentage ** N/A == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs#ProgressPercentage == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} UserState ** N/A == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs#UserState == Return Value == * Type:Object ==== Protected Properties ==== ==== Public Events ====