User Tools

Site Tools


thinkgeo.mapsuite.webapiedition.drawinglayeroverlayeventargs

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.webapiedition.drawinglayeroverlayeventargs [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.webapiedition.drawinglayeroverlayeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebApiEdition.DrawingLayerOverlayEventArgs ====== ====== ThinkGeo.MapSuite.WebApiEdition.DrawingLayerOverlayEventArgs ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
-<!-- Class --> 
-This is the event arguments for DrawingLayer event on the LayerOverlay class. It is raised before a layer included in a the Overlay drawn. 
  
-=== Remarks === 
-This is the event arguments for the DrawingLayer event on the LayerOverlay class. It is raised after the Overlay has been drawn. This event allows you draw something with the canvas after the Layer draws. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**System.EventArgs +    *System.EventArgs 
-***[[ThinkGeo.MapSuite.WebApiEdition.DrawingLayerOverlayEventArgs]]+      ***ThinkGeo.MapSuite.WebApiEdition.DrawingLayerOverlayEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} DrawingLayerOverlayEventArgs() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#DrawingLayerOverlayEventArgs()|DrawingLayerOverlayEventArgs]] ​  ​| ​   |    | This is a constructor for the class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawingLayerOverlayEventArgs(GeoCanvas,​ Layer)|DrawingLayerOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ [[ThinkGeo.MapSuite.Core.Layer|Layer]] ​  ​| ​   | This is a constructor for the class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawingLayerOverlayEventArgs(GeoCanvas,​ Layer, Boolean)|DrawingLayerOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ [[ThinkGeo.MapSuite.Core.Layer|Layer]],​ Boolean ​  ​| ​   | This is a constructor for the class. ​  |+
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DrawingLayerOverlayEventArgs(GeoCanvas,​Layer) **
  
-==== Protected Constructors ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +  * //​geoCanvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-==== Public Methods ==== +  * //layer// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +    * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +    ​* Description:N/A
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]]   |    | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +<div newline></​div>​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:PublicMethod.gif|}} ​DrawingLayerOverlayEventArgs(GeoCanvas,​Layer,​Boolean**
-{{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ​==== +  * //N/A// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Cancel|Cancel]] ​  | Boolean ​  ​| ​   | This property gets and sets a value that determines whether you want to cancel the Overlay from drawing. ​  | +  * //N/A// 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​GeoCanvas|GeoCanvas]] ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  |    | This property gets and sets the GeoCanvas we are drawing on.   | +== Parameters ​== 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Layer|Layer]] ​  | [[ThinkGeo.MapSuite.Core.Layer|Layer]] ​  ​| ​   | This property gets and sets the Layer which will be drawn. ​  |+  * //​geoCanvas//​ 
 +    ​* Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:N/A
  
 +  * //layer//
 +    * Type:​[[ThinkGeo.MapSuite.Core.Layer|Layer]]
 +    * Description:​N/​A
  
-==== Protected Properties ==== +  * //cancel// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+    * Type:​Boolean 
 +    * Description:​N/​A
  
-==== Public ​Events ​==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+==== Protected Constructors ==== 
 +==== Public ​Methods ​==== 
 +** {{wiki:​PublicMethod.gif|}} ToString() **
  
-===== Public Constructors ===== +  * //N/A// 
-==== DrawingOverlayEventArgs() ==== +== Remarks == 
-This is a constructor for the class. +  ​* //N/A//
-=== Overloads === +
-This is the default constructor. If you use this constructor then you need to set the required properties manually. +
-=== Remarks ​=== +
-This is the default constructor. If you use this constructor then you need to set the required properties manually. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== DrawingOverlayEventArgs(GeoCanvas) ​==== +  * Type:String 
-This is a constructor for the class. +  ​Description:N/A
-=== Overloads === +
-This constructor allows you to set the Overlay to be drawn, the world extent and the image you are drawing on. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs#​DrawingOverlayEventArgs.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs#​DrawingOverlayEventArgs.28GeoCanvas.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​+
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the GeoCanvas we are drawing on.   |+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== DrawingLayerOverlayEventArgs(GeoCanvas,​ Layer) ==== +<div newline></​div
-=== Parameters ​=== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-^  Name ^  Type ^  Description ^ +
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  |    | +
-| layer   | [[ThinkGeo.MapSuite.Core.Layer|Layer]]<​!-- ThinkGeo.MapSuite.Core.Layer --> ​  ​| ​   ​|+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== DrawingLayerOverlayEventArgs(GeoCanvas,​ Layer, Boolean) ==== +== Remarks ​== 
-=== Parameters === +  ​* //N/A//
- Name ^  Type ^  Description ^ +
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | +
-| layer   | [[ThinkGeo.MapSuite.Core.Layer|Layer]]<​!-- ThinkGeo.MapSuite.Core.Layer --> ​  ​| ​   | +
-| cancel ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]]+== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A
  
-===== Protected Constructors ===== +== Parameters ​== 
-===== Public Methods ===== +  * //obj// 
-==== Equals(Object) ==== +    * Type:Object 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +  * //N/A//
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Object 
-===== Public Properties ===== +  * Description:​N/​A
-==== Cancel ==== +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebApiEdition.DrawingLayerOverlayEventArgs --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== GeoCanvas ​==== +==== Public Properties ​==== 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} Cancel **
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebApiEdition.DrawingLayerOverlayEventArgs --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Layer ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| [[ThinkGeo.MapSuite.Core.Layer|Layer]]<​!-- ThinkGeo.MapSuite.Core.Layer --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WebApiEdition.DrawingLayerOverlayEventArgs --> +** {{wiki:​PublicProperty.gif|}} GeoCanvas ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +N/A 
-===== Public Events ====+== Remarks == 
-__NOTOC__ +N/A 
-[[Category:​WebApiEdition]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.WebApiEdition]] +  * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-[[Category:​UpdateDocumentation]]+ 
 +** {{wiki:​PublicProperty.gif|}} Layer ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.webapiedition.drawinglayeroverlayeventargs.1440040135.txt.gz · Last modified: 2015/09/18 10:53 (external edit)