This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.drawnoverlayeventargs [2015/09/18 03:10] admin |
thinkgeo.mapsuite.wpfdesktopedition.drawnoverlayeventargs [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs ====== | ||
+ | |||
+ | {{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 Overlay has been drawn. | This is the event arguments for the OverlayDrawn event on the MapEngine class. It is raised after the Overlay has been drawn. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} DrawnOverlayEventArgs() ** | ** {{wiki:PublicMethod.gif|}} DrawnOverlayEventArgs() ** | ||
- | Constructor of DrawnOverlayEventArgs class. | + | * //Constructor of DrawnOverlayEventArgs 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|}} DrawnOverlayEventArgs(RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} DrawnOverlayEventArgs(RectangleShape) ** | ||
- | Constructor of DrawnOverlayEventArgs class. | + | * //Constructor of DrawnOverlayEventArgs class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs#DrawnOverlayEventArgs.28RectangleShape.29// |
== Parameters == | == Parameters == | ||
* //worldExtent// | * //worldExtent// | ||
Line 29: | Line 32: | ||
** {{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.WpfDesktopEdition.DrawnOverlayEventArgs#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 41: | Line 44: | ||
** {{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.WpfDesktopEdition.DrawnOverlayEventArgs#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 57: | Line 60: | ||
** {{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.WpfDesktopEdition.DrawnOverlayEventArgs#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 69: | Line 72: | ||
** {{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.WpfDesktopEdition.DrawnOverlayEventArgs#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 82: | Line 85: | ||
** {{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.WpfDesktopEdition.DrawnOverlayEventArgs#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 94: | Line 97: | ||
** {{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.WpfDesktopEdition.DrawnOverlayEventArgs#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 109: | Line 112: | ||
Gets or sets an extent for drawing an overlay. | Gets or sets an extent for drawing an overlay. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs#WorldExtent |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |