This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.desktopedition.overlaydrawingwpfmapeventargs [2015/09/22 08:12] admin |
thinkgeo.mapsuite.desktopedition.overlaydrawingwpfmapeventargs [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWpfMapEventArgs ====== | ====== ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWpfMapEventArgs ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| 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 OverlayDrawn event on the MapEngine class. It is raised before any of the overlays are drawn. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 115: | Line 118: | ||
| ** {{wiki:PublicProperty.gif|}} Canvas ** | ** {{wiki:PublicProperty.gif|}} Canvas ** | ||
| - | This property gets and sets the GeoCanvas we are drawing on. | + | * //This property gets and sets the GeoCanvas we are drawing on.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWpfMapEventArgs#OverlayDrawingWpfMapEventArgs.28Overlay.2C_GeoCanvas.2C_Boolean.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWpfMapEventArgs#OverlayDrawingWpfMapEventArgs.28Overlay.2C_GeoCanvas.2C_Boolean.29// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| Line 123: | Line 126: | ||
| ** {{wiki:PublicProperty.gif|}} Overlay ** | ** {{wiki:PublicProperty.gif|}} Overlay ** | ||
| - | This property gets and sets the overlay you will be drawing. | + | * //This property gets and sets the overlay you will be drawing.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWpfMapEventArgs#firstHeading" class="firstHeading" lang="en"><span dir="auto | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWpfMapEventArgs#firstHeading" class="firstHeading" lang="en"><span dir="auto// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | ||
| Line 131: | Line 134: | ||
| ** {{wiki:PublicProperty.gif|}} Cancel ** | ** {{wiki:PublicProperty.gif|}} Cancel ** | ||
| - | This property gets or sets whether the action will be canceled or not. | + | * //This property gets or sets whether the action will be canceled or not.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWpfMapEventArgs#Cancel | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWpfMapEventArgs#Cancel// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||