User Tools

Site Tools


thinkgeo.mapsuite.core.layerdrawneventargs

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.layerdrawneventargs [2015/09/17 10:33]
admin
thinkgeo.mapsuite.core.layerdrawneventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.LayerDrawnEventArgs ====== ====== ThinkGeo.MapSuite.Core.LayerDrawnEventArgs ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This is the event arguments class for the LayerDrawn event on the MapEngine class. It is raised after a layer is drawn. This is the event arguments class for the LayerDrawn event on the MapEngine class. It is raised after a layer is drawn.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.LayerDrawnEventArgs**       ***ThinkGeo.MapSuite.Core.LayerDrawnEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} LayerDrawnEventArgs() **
-**{{wiki:​PublicMethod.gif|}}[[#LayerDrawnEventArgs()|LayerDrawnEventArgs]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a constructor for the class. +
-</​div>​+
  
-<​div ​class_table+  * //This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#LayerDrawnEventArgs(Layer,​RectangleShape,​Object)|LayerDrawnEventArgs]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]],​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Object +  * //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|}} LayerDrawnEventArgs(Layer,​RectangleShape,​Object) **
  
-=== 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 +  * //​currentLayer//​ 
-  * **DeclaringType**:​Object +    Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
-  * **Summary**:​N/​A +    Description:This parameter is the layer that has drawn.
-</​div>​+
  
-<div class_table>​ +  * //​worldExtent//​ 
-**{{wiki:PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +    Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:N/A +    Description:This parameter is the world extent that has drawn.
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​* //​nativeImage//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +    Type:Object 
-  * **Parameters**:​N/A +    Description:This parameter is the GeoImage or native map image.
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#ToString()|ToString]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​Object +** {{wiki:​PublicMethod.gif|}} ToString() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +  * //N/A// 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +  * //N/A//
-  * **Parameters**:​N/A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Public Properties === +== Parameters ​== 
-**{{wiki:PublicProperty.gif|}}[[#​CurrentLayer|CurrentLayer]]** +<div newline></​div>​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
-  * **Summary**:​This property gets and sets layer that has drawn.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​NativeImage|NativeImage]]** +  ​//N/A// 
-  * **Return**:​Object +== Remarks == 
-  * **Summary**:​This property gets and sets the GeoImage or native image that we are drawing on.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​WorldExtent|WorldExtent]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Type:Boolean 
-  * **Summary**:This property gets and sets the world extent to draw.+  * Description:N/A
  
-=== Protected Properties === +== Parameters == 
-=== Public Events === +  //obj// 
-===== Public Constructors ===== +    * Type:Object 
-=== LayerDrawnEventArgs() === +    * Description:​N/A
-This is a 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]] +
-=== LayerDrawnEventArgs(Layer,​RectangleShape,​Object) === +
-This is a constructor for the class. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**currentLayer** +
-  * **Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Description:​This parameter is the layer that has drawn.+
  
-**worldExtent** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description:​This parameter is the world extent that has drawn.+
  
-**nativeImage** +  ​//N/A// 
-  * **Type**:​Object +== Remarks == 
-  * **Description:​This parameter is the GeoImage or native map image.+  * //N/A//
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  * Type:Int32 
-===== Public Methods ===== +  * Description:​N/A
-=== Equals(Object) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetType() ​**
  
-==== Parameters ==== +  * //N/A// 
-**obj** +== Remarks ​== 
-  * **Type**:​Object +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetHashCode() === +  * Type:Type 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Int32 +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetType() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Type +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ToString() === +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Object 
-===== Protected Methods ===== +  * Description:​N/A
-=== Finalize() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} CurrentLayer ​**
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Object 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CurrentLayer === 
 This property gets and sets layer that has drawn. This property gets and sets layer that has drawn.
-==== Remarks ​====+== Remarks ==
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]]+  * Type:​[[ThinkGeo.MapSuite.Core.Layer|Layer]]
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} WorldExtent ​**
-=== NativeImage === +
-This property gets and sets the GeoImage or native image that we are drawing on. +
-==== Remarks ==== +
-None +
-==== Return Value ==== +
-**Return Type**:Object+
  
-[[#Public Properties|Go Back]] 
-=== WorldExtent === 
 This property gets and sets the world extent to draw. This property gets and sets the world extent to draw.
-==== Remarks ​====+== Remarks ​== 
 +None 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} NativeImage ** 
 + 
 +This property gets and sets the GeoImage or native image that we are drawing on. 
 +== Remarks ​==
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]+  * Type:Object
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.layerdrawneventargs.1442486025.txt.gz · Last modified: 2015/09/17 10:33 by admin