User Tools

Site Tools


thinkgeo.mapsuite.core.geobrush

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.geobrush [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.geobrush [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.GeoBrush ====== ====== ThinkGeo.MapSuite.Core.GeoBrush ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Defines objects used to fill the interiors of AreaBaseShapes,​ such as MultiPolygonShape,​ PolygonShape,​ EllipseShape,​ and other AreaBaseShapes. Defines objects used to fill the interiors of AreaBaseShapes,​ such as MultiPolygonShape,​ PolygonShape,​ EllipseShape,​ and other AreaBaseShapes.
-=== Remarks === 
-This is an abstract base class and cannot be instantiated. To create a GeoBrush object, use classes derived from GeoBrush, such as GeoSolidBrush. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.Core.GeoBrush]] +    ***ThinkGeo.MapSuite.Core.GeoBrush** 
-***[[ThinkGeo.MapSuite.Core.GeoHatchBrush]] +      ​*[[ThinkGeo.MapSuite.Core.GeoHatchBrush]] 
-***[[ThinkGeo.MapSuite.Core.GeoLinearGradientBrush]] +      *[[ThinkGeo.MapSuite.Core.GeoLinearGradientBrush]] 
-***[[ThinkGeo.MapSuite.Core.GeoSolidBrush]] +      *[[ThinkGeo.MapSuite.Core.GeoTextureBrush]] 
-***[[ThinkGeo.MapSuite.Core.GeoTextureBrush]]+      *[[ThinkGeo.MapSuite.Core.GeoSolidBrush]]
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} GeoBrush() ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#GeoBrush()|GeoBrush]] ​  ​| ​   |    | This is the constructor for the GeoBrush ​  |+
  
 +  * //This is the constructor for the GeoBrush//
 +== Remarks ==
 +  * //None//
 +== Parameters ==
 +<div newline></​div>​
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} CloneDeep() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#CloneDeep()|CloneDeep]] ​  ​| ​   |    | Create a copy of GeoBrush using the deep clone process. ​  | +
-| {{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 ==== +  ​* //Create a copy of GeoBrush using the deep clone process.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloneDeepCore()|CloneDeepCore]] ​  ​|    |    | Create a copy of GeoBrush using the deep clone process. ​The default implementation uses serialization. ​  | +  * //The difference between deep clone and shallow clone is as followsIn shallow cloning, only the object is copied; the objects within it are notBy contrast, deep cloning copies the cloned object as well as all the objects within.//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-| {{wiki:PublicProperty.gif|Public Property}}[[#Id|Id]]   | Int64   ​| ​   | The id of the GeoBrush. ​This is always used as a key when in the cached brushes. ​  |+  * Description:​A cloned ​GeoBrush.
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToString() **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-===== Protected Constructors ===== +  ​Type:String 
-==== GeoBrush() ==== +  Description:N/A
-This is the constructor for the GeoBrush +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#​Protected Constructors|Go Back]] +== Parameters ​== 
-===== Public Methods ===== +<div newline></​div>​ 
-==== CloneDeep() ==== +** {{wiki:PublicMethod.gif|}} Equals(Object) **
-Create a copy of GeoBrush using the deep clone process. +
-=== Remarks === +
-The difference between deep clone and shallow clone is as followsIn shallow cloning, only the object is copied; the objects within it are notBy contrast, deep cloning copies the cloned object as well as all the objects within. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<​!-- ThinkGeo.MapSuite.Core.GeoBrush --> ​  | A cloned GeoBrush. ​  |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.GeoBrush --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== Equals(Object) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //obj// 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+    * Type:Object 
 +    ​* Description:​N/​A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() ​**
-==== GetHashCode() ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== GetType() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToString() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Type 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div
-===== Protected Methods ​===== +==== Protected Methods ==== 
-==== CloneDeepCore() ​==== +** {{wiki:​ProtectedMethod.gif|}} ​CloneDeepCore() ​**
-Create a copy of GeoBrush using the deep clone process. The default implementation uses serialization. +
-=== Remarks === +
-The difference between deep clone and shallow clone is as follows: In shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<​!-- ThinkGeo.MapSuite.Core.GeoBrush --> ​  | A cloned GeoBrush. ​  |+
  
-=== Parameters === +  * //Create a copy of GeoBrush using the deep clone process. The default implementation uses serialization.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //The difference between deep clone and shallow clone is as follows: In shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within.//
  
-<​!-- ​ThinkGeo.MapSuite.Core.GeoBrush ​--> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-==== Finalize() ==== +  ​* ​Description:A cloned GeoBrush.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
- Name ^  ​Type ​ ​Description ​^+  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters =
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  ​* //N/A// 
 + 
 +== Return Value == 
 +  Type:Object 
 +  Description:N/A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Id **
  
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== Id ==== 
 The id of the GeoBrush. This is always used as a key when in the cached brushes. The id of the GeoBrush. This is always used as a key when in the cached brushes.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Int64<​!-- System.Int64 --> ​  |+== Return Value == 
 +  ​* ​Type:Int64
  
-<!-- ThinkGeo.MapSuite.Core.GeoBrush --> +==== Protected Properties ==== 
-[[#Public Properties|Go Back]] +==== Public Events ====
-===== Protected Properties ​===== +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​MapSuiteCore]] +
-[[Category:​ThinkGeo.MapSuite.Core]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.core.geobrush.1440040128.txt.gz · Last modified: 2015/09/17 09:00 (external edit)