Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> This is the event arguments for the OverlayDrawn event on the MapEngine class. It is raised before any of the overlays are drawn.
This is the event arguments for the OverlayDrawing event on the MapEngine class. It is raised before any of the overlays are drawn. This event allows you to cancel, manipulate the Layer, or draw something with the canvas before the Layer draws.
*System.Object System.EventArgs *ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
OverlayDrawingWpfMapEventArgs | Constructor of OverlayDrawingWpfMapEventArgs class. | ||
OverlayDrawingWpfMapEventArgs | Overlay, RectangleShape, Boolean | Constructor of OverlayDrawingWpfMapEventArgs class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
Cancel | Boolean | Gets or sets whether the action will be canceled or not. | |
Overlay | Overlay | Gets or sets the overlay you will be drawing. | |
TargetExtent | RectangleShape | Gets or sets the extent for drawing this overlay. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Constructor of OverlayDrawingWpfMapEventArgs class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#OverlayDrawingWpfMapEventArgs.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#OverlayDrawingWpfMapEventArgs.28.29</a>
| Name | Type | Description |
|---|
Constructor of OverlayDrawingWpfMapEventArgs class.
This constructor allows you to set the overlay to be drawn, the world extent and the image you are drawing on.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#OverlayDrawingWpfMapEventArgs.28Overlay.2C_RectangleShape.2C_Boolean.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#OverlayDrawingWpfMapEventArgs.28Overlay.2C_RectangleShape.2C_Boolean.29</a>
| Name | Type | Description |
|---|---|---|
| overlay | Overlay<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> | This parameter is the overlay that will be drawn. |
| targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This parameter is the canvas that will are drawing on. |
| cancel | Boolean<!– System.Boolean –> | This parameter specifies whether or not we will cancel drawing of the overlay. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#Equals.28Object.29</a>
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#GetHashCode.28.29</a>
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#GetType.28.29</a>
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#ToString.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#Finalize.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#MemberwiseClone.28.29</a>
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets or sets whether the action will be canceled or not.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#Cancel” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#Cancel</a>
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs –> Go Back
Gets or sets the overlay you will be drawing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#firstHeading" class="firstHeading" lang="en"><span dir="auto” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#firstHeading“ class=“firstHeading” lang=“en”><span dir=“auto</a>
| Return Type |
|---|
| Overlay<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs –> Go Back
Gets or sets the extent for drawing this overlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#TargetExtent” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs#TargetExtent</a>
| Return Type |
|---|
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.OverlayDrawingWpfMapEventArgs –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.