This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.overlaysdrawingwpfmapeventargs [2015/09/18 03:14] admin |
thinkgeo.mapsuite.wpfdesktopedition.overlaysdrawingwpfmapeventargs [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.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 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} OverlaysDrawingWpfMapEventArgs() ** | ** {{wiki:PublicMethod.gif|}} OverlaysDrawingWpfMapEventArgs() ** | ||
- | Constructor of OverlaysDrawingWpfMapEventArgs class. | + | * //Constructor of OverlaysDrawingWpfMapEventArgs 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|}} OverlaysDrawingWpfMapEventArgs(IEnumerable<Overlay>,RectangleShape,Boolean) ** | ** {{wiki:PublicMethod.gif|}} OverlaysDrawingWpfMapEventArgs(IEnumerable<Overlay>,RectangleShape,Boolean) ** | ||
- | Constructor of OverlaysDrawingWpfMapEventArgs class. | + | * //Constructor of OverlaysDrawingWpfMapEventArgs class.// |
== Remarks == | == Remarks == | ||
- | None | + | * //For the most updated Info for this topic, please check it here:// |
== Parameters == | == Parameters == | ||
* //overlays// | * //overlays// | ||
Line 37: | Line 40: | ||
** {{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.OverlaysDrawingWpfMapEventArgs#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 49: | Line 52: | ||
** {{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.OverlaysDrawingWpfMapEventArgs#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 65: | Line 68: | ||
** {{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.OverlaysDrawingWpfMapEventArgs#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 77: | Line 80: | ||
** {{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.OverlaysDrawingWpfMapEventArgs#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 90: | Line 93: | ||
** {{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.OverlaysDrawingWpfMapEventArgs#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 102: | Line 105: | ||
** {{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.OverlaysDrawingWpfMapEventArgs#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 117: | Line 120: | ||
Gets or sets whether the action will be canceled or not. | Gets or sets whether the action will be canceled or not. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs#Cancel |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 125: | Line 128: | ||
Gets or sets the world extent to draw. | Gets or sets the world extent to draw. | ||
== Remarks == | == Remarks == | ||
- | None | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs#WorldExtent |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
Line 133: | Line 136: | ||
This property gets the overlays you will be drawing. | This property gets the overlays you will be drawing. | ||
== Remarks == | == Remarks == | ||
- | None | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawingWpfMapEventArgs#firstHeading" class="firstHeading" lang="en"><span dir="auto |
== Return Value == | == Return Value == | ||
* Type:IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]> | * Type:IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]> |