This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.desktopedition.overlaysdrawingwpfmapeventargs [2015/09/22 08:12] admin |
thinkgeo.mapsuite.desktopedition.overlaysdrawingwpfmapeventargs [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs ====== | ====== ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This is the event arguments for the OverlaysDrawing event on the MapEngine class. It is raised before any of the overlays are drawn. | This is the event arguments for the OverlaysDrawing event on the MapEngine class. It is raised before any of the overlays are drawn. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 119: | Line 122: | ||
** {{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.OverlaysDrawingWpfMapEventArgs#Cancel | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#Cancel// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 127: | Line 130: | ||
** {{wiki:PublicProperty.gif|}} WorldExtent ** | ** {{wiki:PublicProperty.gif|}} WorldExtent ** | ||
- | This property gets and sets the world extent to draw. | + | * //This property gets and sets the world extent to draw.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#WorldExtent | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#WorldExtent// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
Line 135: | Line 138: | ||
** {{wiki:PublicProperty.gif|}} NativeImage ** | ** {{wiki:PublicProperty.gif|}} NativeImage ** | ||
- | This property gets and sets the GeoImage or native image we are drawing on. | + | * //This property gets and sets the GeoImage or native image 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.OverlaysDrawingWpfMapEventArgs#NativeImage | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#NativeImage// |
== Return Value == | == Return Value == | ||
* Type:Object | * Type:Object | ||
Line 143: | Line 146: | ||
** {{wiki:PublicProperty.gif|}} Overlays ** | ** {{wiki:PublicProperty.gif|}} Overlays ** | ||
- | This property gets the overlays you will be drawing. | + | * //This property gets the overlays 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.OverlaysDrawingWpfMapEventArgs#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.OverlaysDrawingWpfMapEventArgs#firstHeading" class="firstHeading" lang="en"><span dir="auto// |
== Return Value == | == Return Value == | ||
* Type:IEnumerable<[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]> | * Type:IEnumerable<[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]> |