User Tools

Site Tools


thinkgeo.mapsuite.core.layerdrawingeventargs

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