This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.drawingoverlayeventargs [2015/09/18 03:10] admin |
thinkgeo.mapsuite.wpfdesktopedition.drawingoverlayeventargs [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This is the event arguments for the OverlayDrawing event on the MapEngine class. It is raised before the Overlay is drawn. | This is the event arguments for the OverlayDrawing event on the MapEngine class. It is raised before the Overlay is drawn. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} DrawingOverlayEventArgs() ** | ** {{wiki:PublicMethod.gif|}} DrawingOverlayEventArgs() ** | ||
- | Constructor of DrawingOverlayEventArgs class. | + | * //Constructor of DrawingOverlayEventArgs 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|}} DrawingOverlayEventArgs(RectangleShape,Boolean) ** | ** {{wiki:PublicMethod.gif|}} DrawingOverlayEventArgs(RectangleShape,Boolean) ** | ||
- | Constructor of DrawingOverlayEventArgs class. | + | * //Constructor of DrawingOverlayEventArgs 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.DrawingOverlayEventArgs#DrawingOverlayEventArgs.28RectangleShape.2C_Boolean.29// |
== Parameters == | == Parameters == | ||
* //worldExtent// | * //worldExtent// | ||
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.WpfDesktopEdition.DrawingOverlayEventArgs#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.WpfDesktopEdition.DrawingOverlayEventArgs#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.WpfDesktopEdition.DrawingOverlayEventArgs#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.WpfDesktopEdition.DrawingOverlayEventArgs#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.WpfDesktopEdition.DrawingOverlayEventArgs#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.WpfDesktopEdition.DrawingOverlayEventArgs#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 113: | Line 116: | ||
Gets or sets an extent to draw the overlay. | Gets or sets an extent to draw the 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.DrawingOverlayEventArgs#WorldExtent |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
Line 121: | Line 124: | ||
Gets or sets a value that determines whether you want to cancel the Overlay from drawing. | Gets or sets a value that determines whether you want to cancel the Overlay from drawing. | ||
== Remarks == | == Remarks == | ||
- | None | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs#Cancel |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean |