User Tools

Site Tools


thinkgeo.mapsuite.webapiedition.drawingoverlayeventargs

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.webapiedition.drawingoverlayeventargs [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.webapiedition.drawingoverlayeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs ====== ====== ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs ======
  
-This is the event arguments for the OverlayDrawing event on the Overlay class. It is raised before the Overlay is drawn.+{{section>​upgrade_map_suite_to_10.0}} 
  
-=== Remarks === 
-This is the event arguments for the OverlayDrawing event on the Overlay class. It is raised before the Overlay is drawn. This event allows you to cancel, manipulate the Layer, or draw something with the canvas before the Layers draws. 
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**System.EventArgs +    *System.EventArgs 
-***[[ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs]]+      ***ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} DrawingOverlayEventArgs() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#DrawingOverlayEventArgs()|DrawingOverlayEventArgs]] ​  ​| ​   |    | This is a constructor for the class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawingOverlayEventArgs(GeoCanvas)|DrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  ​| ​   | This is a constructor for the class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawingOverlayEventArgs(GeoCanvas,​ Boolean)|DrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Boolean ​  ​| ​   | This is a constructor for the class. ​  |+
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DrawingOverlayEventArgs(GeoCanvas) **
  
-==== Protected Constructors ​==== +  * //This is a constructor for the class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None// 
 +== Parameters ​== 
 +  * //​geoCanvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​This parameter is the GeoCanvas we are drawing on.
  
-==== Public Methods ==== +<div newline></​div>​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ​DrawingOverlayEventArgs(GeoCanvas,​Boolean**
-{{wiki:​PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{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 ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]]   |    | Object ​  ​| ​   | +  * //N/A// 
-| {{wiki:ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+== Parameters ​== 
 +  * //​geoCanvas//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:N/A
  
-==== Public Properties ==== +  * //cancel// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +    * Type:Boolean 
-| {{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 ​  | +    * Description: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.   |+
  
-==== Protected ​Properties ​==== +<div newline></​div>​ 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+==== Protected ​Constructors ==== 
 +==== Public Methods ​==== 
 +** {{wiki:​PublicMethod.gif|}} ToString() **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== DrawingOverlayEventArgs() ==== +  * Type:String 
-This is a constructor for the class.+  * Description:​N/​A
  
-=== Overloads === +== Parameters ​== 
-This is the default constructor. If you use this constructor then you need to set the required properties manually.+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-=== Remarks ​=== +  * //N/A// 
-This is the default constructor. If you use this constructor then you need to set the required properties manually.+== Remarks == 
 +  * //N/A//
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-==== DrawingOverlayEventArgs(GeoCanvas) ​==== +  * //obj// 
-This is a constructor for the class.+    * Type:​Object 
 +    * Description:​N/​A
  
-=== verloads === +<div newline></​div>​ 
-This constructor allows you to set the Overlay to be drawn, the world extent and the image you are drawing on.+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-=== Remarks ​=== +  * //N/A// 
-This is the constructor with a GeoCanvas where we will draw the map.+== Remarks == 
 +  * //N/A//
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the GeoCanvas that have drawn. ​  |+  Description:N/A
  
-[[#Public Constructors|Go Back]]+== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-==== DrawingOverlayEventArgs(GeoCanvas,​ Boolean) ==== +  * //N/A// 
-=== Parameters === +== Remarks ​== 
- Name ^  Type ^  Description ^ +  ​* //N/A//
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the GeoCanvas that have drawn. ​  | +
-| cancel ​  | Boolean<​!-- System.Boolean --> ​  | This parameter is a value that determines whether you want to cancel the Overlay from drawing. ​  |+
  
-[[#Public Constructors|Go Back]]+== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A
  
-===== Protected Constructors ===== +== Parameters ​== 
-===== Public ​Methods ​===== +<div newline></​div>​ 
-==== Equals(Object==== +==== Protected ​Methods ==== 
-=== Return Value === +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetHashCode() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetType() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Object 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +==== Public Properties ​==== 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} Cancel **
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +This property gets and sets a value that determines whether you want to cancel the Overlay from drawing. 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +None 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} GeoCanvas **
-[[#Public Methods|Go Back]] +
-===== Protected Methods ===== +
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== Cancel ==== 
-This property gets and sets a value that determines whether you want to cancel the Overlay from drawing 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs --> 
-[[#Public Properties|Go Back]] 
- 
-==== GeoCanvas ==== 
 This property gets and sets the GeoCanvas we are drawing on. This property gets and sets the GeoCanvas we are drawing on.
-=== Return Value === +== Remarks == 
-^ Return ​Type +None 
-[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  |+== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
  
-<!-- ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs --> +==== Protected Properties ==== 
-[[#Public Properties|Go Back]] +==== Public Events ====
- +
-===== Protected Properties ​===== +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​WebApiEdition]] +
-[[Category:​ThinkGeo.MapSuite.WebApiEdition]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.webapiedition.drawingoverlayeventargs.1440040135.txt.gz · Last modified: 2015/09/18 10:53 (external edit)