This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.desktopedition.overlaydrawnwpfmapeventargs [2015/09/18 03:04] admin |
thinkgeo.mapsuite.desktopedition.overlaydrawnwpfmapeventargs [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWpfMapEventArgs ====== | ====== ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWpfMapEventArgs ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This is the event arguments for the OverlayDrawn event on the MapEngine class. It is raised after the overlays are drawn. | This is the event arguments for the OverlayDrawn event on the MapEngine class. It is raised after the overlays are drawn. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} OverlayDrawnWpfMapEventArgs() ** | ** {{wiki:PublicMethod.gif|}} OverlayDrawnWpfMapEventArgs() ** | ||
- | This is a constructor for the class. | + | * //This is a constructor for the class.// |
== Remarks == | == Remarks == | ||
- | This is the default constructor. If you use this constructor then you need to set the required properties manually. | + | * //This is the default constructor. If you use this constructor then you need to set the required properties manually.// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} OverlayDrawnWpfMapEventArgs(Overlay,GeoCanvas) ** | ** {{wiki:PublicMethod.gif|}} OverlayDrawnWpfMapEventArgs(Overlay,GeoCanvas) ** | ||
- | This is a constructor for the class. | + | * //This is a constructor for the class.// |
== Remarks == | == Remarks == | ||
- | None | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWpfMapEventArgs#OverlayDrawnWpfMapEventArgs.28Overlay.2C_GeoCanvas.29// |
== Parameters == | == Parameters == | ||
* //overlay// | * //overlay// | ||
Line 33: | Line 36: | ||
** {{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.OverlayDrawnWpfMapEventArgs#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 45: | Line 48: | ||
** {{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.OverlayDrawnWpfMapEventArgs#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 61: | Line 64: | ||
** {{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.OverlayDrawnWpfMapEventArgs#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 73: | Line 76: | ||
** {{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.OverlayDrawnWpfMapEventArgs#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 86: | Line 89: | ||
** {{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.OverlayDrawnWpfMapEventArgs#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 98: | Line 101: | ||
** {{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.OverlayDrawnWpfMapEventArgs#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 111: | Line 114: | ||
** {{wiki:PublicProperty.gif|}} Canvas ** | ** {{wiki:PublicProperty.gif|}} Canvas ** | ||
- | This property gets and sets the GeoCanvas we have drawn on. | + | * //This property gets and sets the GeoCanvas we have drawn on.// |
== Remarks == | == Remarks == | ||
- | None | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWpfMapEventArgs#OverlayDrawnWpfMapEventArgs.28Overlay.2C_GeoCanvas.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
Line 119: | Line 122: | ||
** {{wiki:PublicProperty.gif|}} Overlay ** | ** {{wiki:PublicProperty.gif|}} Overlay ** | ||
- | This property gets and sets the overlay you have drawn. | + | * //This property gets and sets the overlay you have drawn.// |
== Remarks == | == Remarks == | ||
- | None | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWpfMapEventArgs#firstHeading" class="firstHeading" lang="en"><span dir="auto// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] |