This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.desktopedition.googlemapsoverlay [2015/09/18 03:02] admin |
thinkgeo.mapsuite.desktopedition.googlemapsoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay ====== | ====== ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class represents the Overlay used to display a Google Map. | This class represents the Overlay used to display a Google Map. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay() ** | ** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay() ** | ||
- | This is the constructor of the class. | + | * //This is the constructor of the class.// |
== Remarks == | == Remarks == | ||
- | If you use this constructor, you have to set the properties manually before use, otherwise it will use their default values. | + | * //If you use this constructor, you have to set the properties manually before use, otherwise it will use their default values.// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay(String,String,String) ** | ** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay(String,String,String) ** | ||
- | This is the constructor the for the class. | + | * //This is the constructor the for the class.// |
== Remarks == | == Remarks == | ||
- | This constructor initializes a new layer and assgin a license key. | + | * //This constructor initializes a new layer and assgin a license key.// |
== Parameters == | == Parameters == | ||
* //cacheDirectory// | * //cacheDirectory// | ||
Line 35: | Line 38: | ||
** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay(String,String,String,WebProxy) ** | ** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay(String,String,String,WebProxy) ** | ||
- | This is the constructor the for the class. | + | * //This is the constructor the for the class.// |
== Remarks == | == Remarks == | ||
- | This constructor initializes a new layer and assgin a license key. | + | * //This constructor initializes a new layer and assgin a license key.// |
== Parameters == | == Parameters == | ||
* //cacheDirectory// | * //cacheDirectory// | ||
Line 60: | Line 63: | ||
** {{wiki:PublicMethod.gif|}} GetPictureFormatString() ** | ** {{wiki:PublicMethod.gif|}} GetPictureFormatString() ** | ||
- | This method gets a string that represents the picture format from Google Maps. | + | * //This method gets a string that represents the picture format from Google Maps.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#GetPictureFormatString.28.29// |
== Return Value == | == Return Value == | ||
Line 72: | Line 75: | ||
** {{wiki:PublicMethod.gif|}} Dispose() ** | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
- | Releases the unmanaged resources. | + | * //Releases the unmanaged resources.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#Dispose.28.29// |
== Return Value == | == Return Value == | ||
Line 84: | Line 87: | ||
** {{wiki:PublicMethod.gif|}} ClearCache() ** | ** {{wiki:PublicMethod.gif|}} ClearCache() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#ClearCache.28.29// |
== Return Value == | == Return Value == | ||
Line 96: | Line 99: | ||
** {{wiki:PublicMethod.gif|}} ClearCache(String,TimeSpan,Double) ** | ** {{wiki:PublicMethod.gif|}} ClearCache(String,TimeSpan,Double) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#ClearCache.28String.2C_TimeSpan.2C_Double.29// |
== Return Value == | == Return Value == | ||
Line 120: | Line 123: | ||
** {{wiki:PublicMethod.gif|}} Refresh(GeoCanvas,RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} Refresh(GeoCanvas,RectangleShape) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#Refresh.28GeoCanvas.2C_RectangleShape.29// |
== Return Value == | == Return Value == | ||
Line 140: | Line 143: | ||
** {{wiki:PublicMethod.gif|}} DrawPreview(GeoCanvas) ** | ** {{wiki:PublicMethod.gif|}} DrawPreview(GeoCanvas) ** | ||
- | N/A | + | * //This method will be used to draw preview tiles to the canvas.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#DrawPreview.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] | ||
- | * Description:N/A | + | * Description:The tile existing type, which indicates whether any tiles exist. |
== Parameters == | == Parameters == | ||
* //canvas// | * //canvas// | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * Description:N/A | + | * Description:This parameter is the canvas object to draw on. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas) ** | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas) ** | ||
- | N/A | + | * //This method draws the Overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the overlay based on the extent you provided. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.// |
== Return Value == | == Return Value == | ||
Line 167: | Line 170: | ||
* //canvas// | * //canvas// | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * Description:N/A | + | * Description:This parameter is the canvas object to draw on. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing() ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 184: | Line 187: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 200: | Line 203: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 216: | Line 219: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 232: | Line 235: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 252: | Line 255: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 272: | Line 275: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 296: | Line 299: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 316: | Line 319: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 340: | Line 343: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 352: | Line 355: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 368: | Line 371: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 380: | Line 383: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 393: | Line 396: | ||
** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** | ||
- | This method draws the GoogleMapsOverlay. | + | * //This method draws the GoogleMapsOverlay.// |
== Remarks == | == Remarks == | ||
- | This method draws the representation of the overlay based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection. | + | * //This method draws the representation of the overlay based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.// |
== Return Value == | == Return Value == | ||
* Type:Void | * Type:Void | ||
- | * Description:None | + | * Description:N/A |
== Parameters == | == Parameters == | ||
Line 409: | Line 412: | ||
** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 425: | Line 428: | ||
** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 441: | Line 444: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired before Overlay is drawn.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnDrawing.28DrawingOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 452: | Line 455: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The OverlayDrawingEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired after Overlay is drawn.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnDrawn.28DrawnOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 468: | Line 471: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The OverlayDrawnEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} RefreshCore(GeoCanvas,RectangleShape) ** | ** {{wiki:ProtectedMethod.gif|}} RefreshCore(GeoCanvas,RectangleShape) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#RefreshCore.28GeoCanvas.2C_RectangleShape.29// |
== Return Value == | == Return Value == | ||
Line 493: | Line 496: | ||
** {{wiki:ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) ** | ||
- | N/A | + | * //This is the core method of DrawPreview which is intended to be overridden by its concrete sub class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#DrawPreviewCore.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] | ||
- | * Description:N/A | + | * Description:The tile existing type, which indicates whether any tiles exist. |
== Parameters == | == Parameters == | ||
* //canvas// | * //canvas// | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * Description:N/A | + | * Description:This parameter is the canvas object to draw on. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} sBM=(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} sBM=(GeoCanvas) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 525: | Line 528: | ||
** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#DrawAttributionCore.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
Line 541: | Line 544: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 557: | Line 560: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 573: | Line 576: | ||
** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ||
- | N/A | + | * //This method will draw on the canvas when an exception occurs during the drawing process.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#DrawException.28GeoCanvas.2C_Exception.29// |
== Return Value == | == Return Value == | ||
Line 584: | Line 587: | ||
* //canvas// | * //canvas// | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * Description:N/A | + | * Description:This parameter is the canvas object to draw on. |
* //e// | * //e// | ||
* Type:Exception | * Type:Exception | ||
- | * Description:N/A | + | * Description:This parameter is the exception that is occurring. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ||
- | N/A | + | * //This method is the Core method of DrawException, which can be overridden if you want to change its logic. This method will draw on the canvas when an exception occurs during drawing process.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29// |
== Return Value == | == Return Value == | ||
Line 604: | Line 607: | ||
* //canvas// | * //canvas// | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * Description:N/A | + | * Description:This parameter is the canvas object to draw on. |
* //e// | * //e// | ||
* Type:Exception | * Type:Exception | ||
- | * Description:N/A | + | * Description:This parameter is the exception that is occurring. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingOverlayEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 629: | Line 632: | ||
** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingOverlayEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 645: | Line 648: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 657: | Line 660: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 670: | Line 673: | ||
** {{wiki:PublicProperty.gif|}} TileMode ** | ** {{wiki:PublicProperty.gif|}} TileMode ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#TileMode// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.GoogleMapsTileMode|GoogleMapsTileMode]] | * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsTileMode|GoogleMapsTileMode]] | ||
Line 678: | Line 681: | ||
** {{wiki:PublicProperty.gif|}} TimeoutInSeconds ** | ** {{wiki:PublicProperty.gif|}} TimeoutInSeconds ** | ||
- | Gets or sets a value represents the request timeout from the GoogleMaps server. | + | * //Gets or sets a value represents the request timeout from the GoogleMaps server.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#TimeoutInSeconds// |
== Return Value == | == Return Value == | ||
* Type:Int32 | * Type:Int32 | ||
Line 686: | Line 689: | ||
** {{wiki:PublicProperty.gif|}} MapType ** | ** {{wiki:PublicProperty.gif|}} MapType ** | ||
- | This property gets or sets the map types available from Google Maps. | + | * //This property gets or sets the map types available from Google Maps.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#MapType// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]] | * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]] | ||
Line 694: | Line 697: | ||
** {{wiki:PublicProperty.gif|}} ClientId ** | ** {{wiki:PublicProperty.gif|}} ClientId ** | ||
- | Gets or sets a value to access the special features of Google Maps API Premier, you must provide a client ID when accessing any of the Premier API libraries or services. When registering for Google Maps API Premier, you will receive this client ID from Google Enterprise Support. All client IDs begin with a gme- prefix. | + | * //Gets or sets a value to access the special features of Google Maps API Premier, you must provide a client ID when accessing any of the Premier API libraries or services. When registering for Google Maps API Premier, you will receive this client ID from Google Enterprise Support. All client IDs begin with a gme- prefix.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#ClientId// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 702: | Line 705: | ||
** {{wiki:PublicProperty.gif|}} PrivateKey ** | ** {{wiki:PublicProperty.gif|}} PrivateKey ** | ||
- | Gets or sets a value that is unique to your client ID, please keep your key secure. | + | * //Gets or sets a value that is unique to your client ID, please keep your key secure.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#PrivateKey// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 710: | Line 713: | ||
** {{wiki:PublicProperty.gif|}} WebProxy ** | ** {{wiki:PublicProperty.gif|}} WebProxy ** | ||
- | This property gets or sets the proxy used for requesting a Web Response. | + | * //This property gets or sets the proxy used for requesting a Web Response.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#GoogleMapsOverlay.28String.2C_String.2C_String.2C_WebProxy.29// |
== Return Value == | == Return Value == | ||
* Type:WebProxy | * Type:WebProxy | ||
Line 718: | Line 721: | ||
** {{wiki:PublicProperty.gif|}} TileCache ** | ** {{wiki:PublicProperty.gif|}} TileCache ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#PreviewTileCache// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
Line 726: | Line 729: | ||
** {{wiki:PublicProperty.gif|}} ProjectionFromSphericalMercator ** | ** {{wiki:PublicProperty.gif|}} ProjectionFromSphericalMercator ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#ProjectionFromSphericalMercator// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | * Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | ||
Line 734: | Line 737: | ||
** {{wiki:PublicProperty.gif|}} ProjectedTileCache ** | ** {{wiki:PublicProperty.gif|}} ProjectedTileCache ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#ProjectedTileCache// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
Line 742: | Line 745: | ||
** {{wiki:PublicProperty.gif|}} TileExpiration ** | ** {{wiki:PublicProperty.gif|}} TileExpiration ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#TileExpiration// |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 750: | Line 753: | ||
** {{wiki:PublicProperty.gif|}} MaxCacheSizeInMegabytes ** | ** {{wiki:PublicProperty.gif|}} MaxCacheSizeInMegabytes ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#MaxCacheSizeInMegabytes// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 758: | Line 761: | ||
** {{wiki:PublicProperty.gif|}} Attribution ** | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#DrawAttributionCore.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 766: | Line 769: | ||
** {{wiki:PublicProperty.gif|}} Lock ** | ** {{wiki:PublicProperty.gif|}} Lock ** | ||
- | N/A | + | * //This property gets the OverlayLock object.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#Lock// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] | ||
Line 774: | Line 777: | ||
** {{wiki:PublicProperty.gif|}} IsBase ** | ** {{wiki:PublicProperty.gif|}} IsBase ** | ||
- | N/A | + | * //Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#IsBase// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 782: | Line 785: | ||
** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
- | N/A | + | * //This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#DrawingExceptionMode// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
Line 790: | Line 793: | ||
** {{wiki:PublicProperty.gif|}} IsVisible ** | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
- | N/A | + | * //Gets or sets a value that indicates whether the overlay is visible on the map.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#IsVisible// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 798: | Line 801: | ||
** {{wiki:PublicProperty.gif|}} Name ** | ** {{wiki:PublicProperty.gif|}} Name ** | ||
- | N/A | + | * //Gets or sets the name of the overlay, which can be used to represent a specific overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#Name// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 806: | Line 809: | ||
** {{wiki:PublicProperty.gif|}} PreviewTileCache ** | ** {{wiki:PublicProperty.gif|}} PreviewTileCache ** | ||
- | N/A | + | * //This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#PreviewTileCache// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
Line 814: | Line 817: | ||
** {{wiki:PublicProperty.gif|}} IsEmpty ** | ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ||
- | N/A | + | * //This property can be overridden by its base class. If it is not overridden, its default return value will be false. If this property is empty, we can skip drawing to achieve better performance.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#IsEmpty// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 822: | Line 825: | ||
** {{wiki:PublicProperty.gif|}} DrawingTime ** | ** {{wiki:PublicProperty.gif|}} DrawingTime ** | ||
- | N/A | + | * //This property gets the last drawing time for the Overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays.// |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 830: | Line 833: | ||
** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 839: | Line 842: | ||
** {{wiki:ProtectedProperty.gif|}} rxM= ** | ** {{wiki:ProtectedProperty.gif|}} rxM= ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | ||
Line 847: | Line 850: | ||
==== Public Events ==== | ==== Public Events ==== | ||
** {{wiki:PublicEvent.gif|}} SendingWebRequest ** | ** {{wiki:PublicEvent.gif|}} SendingWebRequest ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} SentWebRequest ** | ** {{wiki:PublicEvent.gif|}} SentWebRequest ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} Drawing ** | ** {{wiki:PublicEvent.gif|}} Drawing ** | ||
- | N/A | + | * //This event will be fired before the Overlay is drawn.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnDrawing.28DrawingOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} Drawn ** | ** {{wiki:PublicEvent.gif|}} Drawn ** | ||
- | N/A | + | * //This event will be fired after the Overlay is drawn.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnDrawn.28DrawnOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] | ||