This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.desktopedition.overlaydrawingwinformsmapeventargs [2015/09/18 03:04] admin |
thinkgeo.mapsuite.desktopedition.overlaydrawingwinformsmapeventargs [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs ====== | ====== ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This is the event arguments for the OverlayDrawing event on the MapEngine class. It is raised before any of the overlays are drawn. | This is the event arguments for the OverlayDrawing 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|}} OverlayDrawingWinformsMapEventArgs() ** | ** {{wiki:PublicMethod.gif|}} OverlayDrawingWinformsMapEventArgs() ** | ||
- | 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|}} OverlayDrawingWinformsMapEventArgs(Overlay,GeoCanvas,Boolean) ** | ** {{wiki:PublicMethod.gif|}} OverlayDrawingWinformsMapEventArgs(Overlay,GeoCanvas,Boolean) ** | ||
- | 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.OverlayDrawingWinformsMapEventArgs#OverlayDrawingWinformsMapEventArgs.28Overlay.2C_GeoCanvas.2C_Boolean.29// |
== Parameters == | == Parameters == | ||
* //overlay// | * //overlay// | ||
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.DesktopEdition.OverlayDrawingWinformsMapEventArgs#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.DesktopEdition.OverlayDrawingWinformsMapEventArgs#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.DesktopEdition.OverlayDrawingWinformsMapEventArgs#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.DesktopEdition.OverlayDrawingWinformsMapEventArgs#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.DesktopEdition.OverlayDrawingWinformsMapEventArgs#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.DesktopEdition.OverlayDrawingWinformsMapEventArgs#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 115: | Line 118: | ||
** {{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 == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs#Cancel// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 123: | Line 126: | ||
** {{wiki:PublicProperty.gif|}} Canvas ** | ** {{wiki:PublicProperty.gif|}} Canvas ** | ||
- | This property gets and sets the GeoCanvas we are drawing on. | + | * //This property gets and sets the GeoCanvas we are drawing on.// |
== Remarks == | == Remarks == | ||
- | None | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs#OverlayDrawingWinformsMapEventArgs.28Overlay.2C_GeoCanvas.2C_Boolean.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
Line 131: | Line 134: | ||
** {{wiki:PublicProperty.gif|}} Overlay ** | ** {{wiki:PublicProperty.gif|}} Overlay ** | ||
- | This property gets and sets the overlay you will be drawing. | + | * //This property gets and sets the overlay 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.DesktopEdition.OverlayDrawingWinformsMapEventArgs#firstHeading" class="firstHeading" lang="en"><span dir="auto// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] |