User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.overlaysdrawnwpfmapeventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.overlaysdrawnwpfmapeventargs [2015/09/18 03:14]
admin
thinkgeo.mapsuite.wpfdesktopedition.overlaysdrawnwpfmapeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This is the event arguments for the OverlaysDrawn event on the MapEngine class. It is raised after the overlays are drawn. This is the event arguments for the OverlaysDrawn event on the MapEngine class. It is raised after the overlays are drawn.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} OverlaysDrawnWpfMapEventArgs() ** ** {{wiki:​PublicMethod.gif|}} OverlaysDrawnWpfMapEventArgs() **
  
-Constructor of OverlaysDrawnWpfMapEventArgs class.+  * //Constructor of OverlaysDrawnWpfMapEventArgs 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|}} OverlaysDrawnWpfMapEventArgs(IEnumerable<​Overlay>,​RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} OverlaysDrawnWpfMapEventArgs(IEnumerable<​Overlay>,​RectangleShape) **
  
-Constructor of OverlaysDrawnWpfMapEventArgs class.+  * //Constructor of OverlaysDrawnWpfMapEventArgs class.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here://
 == Parameters == == Parameters ==
   * //​overlays//​   * //​overlays//​
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.OverlaysDrawnWpfMapEventArgs#​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.OverlaysDrawnWpfMapEventArgs#​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.OverlaysDrawnWpfMapEventArgs#​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.OverlaysDrawnWpfMapEventArgs#​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.OverlaysDrawnWpfMapEventArgs#​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.OverlaysDrawnWpfMapEventArgs#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 113: Line 116:
 Gets or sets the world extent that has been drawn. Gets or sets the world extent that has been drawn.
 == Remarks == == Remarks ==
-None+For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs#​WorldExtent
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
Line 121: Line 124:
 This property gets the overlays you have drawn. This property gets the overlays 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.WpfDesktopEdition.OverlaysDrawnWpfMapEventArgs#​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]]>​
thinkgeo.mapsuite.wpfdesktopedition.overlaysdrawnwpfmapeventargs.1442546072.txt.gz · Last modified: 2015/09/18 03:14 by admin