User Tools

Site Tools


thinkgeo.mapsuite.core.geosolidbrush

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.geosolidbrush [2015/09/17 10:30]
admin
thinkgeo.mapsuite.core.geosolidbrush [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.GeoSolidBrush ====== ====== ThinkGeo.MapSuite.Core.GeoSolidBrush ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class defines a GeoBrush of a single color. Brushes are used to fill area shapes on a GeoCanvas. This class defines a GeoBrush of a single color. Brushes are used to fill area shapes on a GeoCanvas.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.GeoSolidBrush**       ***ThinkGeo.MapSuite.Core.GeoSolidBrush**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} GeoSolidBrush() **
-**{{wiki:​PublicMethod.gif|}}[[#GeoSolidBrush()|GeoSolidBrush]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the constructor used to create a new GeoSolidBrush. +
-</​div>​+
  
-<​div ​class_table+  * //This is the constructor used to create a new GeoSolidBrush.//​ 
-**{{wiki:​PublicMethod.gif|}}[[#GeoSolidBrush(GeoColor)|GeoSolidBrush]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] +  * //None// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is the constructor used to create a new GeoSolidBrush. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} GeoSolidBrush(GeoColor) **
  
-=== Protected Constructors === +  * //This is the constructor used to create a new GeoSolidBrush.//​ 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //None// 
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** +== Parameters ​== 
-  * **Parameters**:​N/A +  * //color// 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] +    Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-  * **Summary**:N/A +    Description:This parameter represent the color of the GeoSolidBrush.
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +==== Protected Constructors ==== 
-  * **Parameters**:​Object +==== Public Methods ==== 
-  * **DeclaringType**:​Object +** {{wiki:​PublicMethod.gif|}} ​CloneDeep() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** +  Type:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#ToString()|ToString]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ToString() **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +  * //N/A// 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +  * //N/A//
-  * **Parameters**:​N/A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​Equals(Object) **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Public Properties === +  * //N/A// 
-**{{wiki:​PublicProperty.gif|}}[[#​Color|Color]]** +== Remarks ​== 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] +  * //N/A//
-  * **Summary**:​This property gets or sets the color of the GeoSolidBrush.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Id|Id]]** +== Return Value == 
-  * **Return**:Int64 +  * Type:Boolean 
-  * **Summary**:N/A+  * Description:N/A
  
-=== Protected Properties === +== Parameters == 
-=== Public Events === +  //obj// 
-===== Public Constructors ===== +    * Type:Object 
-=== GeoSolidBrush() === +    * Description:​N/A
-This is the constructor used to create a new GeoSolidBrush. +
-==== Remarks ==== +
-None +
-==== Parameters ​==== +
-[[#Public Constructors|Go Back]] +
-=== GeoSolidBrush(GeoColor) === +
-This is the constructor used to create a new GeoSolidBrush. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**color** +
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] +
-  * **Description:​This parameter represent the color of the GeoSolidBrush.+
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-===== Protected Constructors ===== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-===== Public Methods ===== +
-=== CloneDeep() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Int32 
-=== Equals(Object) === +  * Description:​N/A
-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|}} CloneDeepCore() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetType() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Type +  * Type:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ToString() === +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-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:Void 
-===== Protected Methods ===== +  * Description:​N/A
-=== CloneDeepCore() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-=== Finalize() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline><​/div> 
-=== MemberwiseClone() === +==== Public Properties ​==== 
-N/A +** {{wiki:​PublicProperty.gif|}} Color **
-==== Remarks ​==== +
-N/A+
  
-**Return Value** 
-  * **Return Type**:​Object 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== Color === 
 This property gets or sets the color of the GeoSolidBrush. This property gets or sets the color of the GeoSolidBrush.
-==== Remarks ​====+== Remarks ==
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]+  * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Id **
  
-[[#Public Properties|Go Back]] 
-=== Id === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Int64+  * Type:Int64
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.geosolidbrush.1442485819.txt.gz · Last modified: 2015/09/17 10:30 by admin