User Tools

Site Tools


thinkgeo.mapsuite.core.adornmentlayerdrawingeventargs

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.core.adornmentlayerdrawingeventargs [2015/09/17 10:01]
admin
thinkgeo.mapsuite.core.adornmentlayerdrawingeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.AdornmentLayerDrawingEventArgs ====== ====== ThinkGeo.MapSuite.Core.AdornmentLayerDrawingEventArgs ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This is the event arguments class for the AdornmentLayerDrawing event. It is raised before the AdornmentLayer is drawn. This is the event arguments class for the AdornmentLayerDrawing event. It is raised before the AdornmentLayer is drawn.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.AdornmentLayerDrawingEventArgs**       ***ThinkGeo.MapSuite.Core.AdornmentLayerDrawingEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} AdornmentLayerDrawingEventArgs() **
-**{{wiki:​PublicMethod.gif|}}[[#AdornmentLayerDrawingEventArgs()|AdornmentLayerDrawingEventArgs]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the default constructor for the class. +
-</​div>​+
  
-<​div ​class_table+  * //This is the default constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#AdornmentLayerDrawingEventArgs(AdornmentLayer)|AdornmentLayerDrawingEventArgs]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AdornmentLayer|AdornmentLayer]] +  * //This is the default constructor. If you use this constructor,​ then you need to set the required properties manually.//​ 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is a constructor for the class. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} AdornmentLayerDrawingEventArgs(AdornmentLayer) **
  
-=== Protected Constructors === +  * //This is a constructor for the class.// 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //None// 
-**{{wiki:PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +== Parameters ​== 
-  * **Parameters**:Object +  * //​adornmentLayer//​ 
-  * **DeclaringType**:​Object +    Type:[[ThinkGeo.MapSuite.Core.AdornmentLayer|AdornmentLayer]] 
-  * **Summary**:​N/​A +    Description:This parameter is the AdornmentLayer that will be drawn.
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​Object +** {{wiki:​PublicMethod.gif|}} ​ToString() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +== Parameters ​== 
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +** {{wiki:PublicMethod.gif|}} ​Equals(Object) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:​PublicProperty.gif|}}[[#​AdornmentLayer|AdornmentLayer]]** +  * Type:Boolean 
-  * **Return**:[[ThinkGeo.MapSuite.Core.AdornmentLayer|AdornmentLayer]] +  * Description:N/A
-  * **Summary**:This property gets and sets the AdornmentLayer that will be drawn.+
  
-=== Protected Properties === +== Parameters == 
-=== Public Events === +  //obj// 
-===== Public Constructors ===== +    * Type:Object 
-=== AdornmentLayerDrawingEventArgs() === +    * Description:​N/A
-This is the default constructor for the class. +
-==== Remarks ==== +
-This is the default constructor. If you use this constructor,​ then you need to set the required properties manually. +
-==== Parameters ​==== +
-[[#Public Constructors|Go Back]] +
-=== AdornmentLayerDrawingEventArgs(AdornmentLayer) === +
-This is a constructor for the class. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**adornmentLayer** +
-  * **Type**:[[ThinkGeo.MapSuite.Core.AdornmentLayer|AdornmentLayer]] +
-  * **Description:​This parameter is the AdornmentLayer that will be drawn.+
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-===== Protected Constructors ===== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-===== Public Methods ===== +
-=== Equals(Object=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**obj** +  * Type:Int32 
-  ​* **Type**:Object +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetHashCode() === +<div newline><​/div> 
-N/A +** {{wiki:​PublicMethod.gif|}} GetType() **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-=== GetType() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Type +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== ToString() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-===== Protected Methods ===== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Finalize() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Object 
-=== MemberwiseClone() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Object +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} AdornmentLayer ​**
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== AdornmentLayer === 
 This property gets and sets the AdornmentLayer that will be drawn. This property gets and sets the AdornmentLayer that will be drawn.
-==== Remarks ​====+== Remarks ==
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​[[ThinkGeo.MapSuite.Core.AdornmentLayer|AdornmentLayer]]+  * Type:​[[ThinkGeo.MapSuite.Core.AdornmentLayer|AdornmentLayer]]
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.adornmentlayerdrawingeventargs.1442484061.txt.gz · Last modified: 2015/09/17 10:01 by admin