User Tools

Site Tools


thinkgeo.mapsuite.portablecore.areastyleadvanced

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.areastyleadvanced [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.areastyleadvanced [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.AreaStyleAdvanced ======+====== ThinkGeo.MapSuite.Core.AreaStyleAdvanced ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class represents the advanced drawing options for area styles. This class represents the advanced drawing options for area styles.
-=== Remarks === 
-This class allows you to set the FillCustomBrush. This enables you to use custom brushes to achieve effects such as linear gradients and bitmap fills. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.AreaStyleAdvanced]]+    ***ThinkGeo.MapSuite.Core.AreaStyleAdvanced**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} AreaStyleAdvanced() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#AreaStyleAdvanced()|AreaStyleAdvanced]] ​  ​| ​   |    | This is the default constructor for the class. ​  |+
  
 +  * //This is the default constructor for the class.//
 +== Remarks ==
 +  * //None//
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} CloneDeep() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#CloneDeep()|CloneDeep]] ​  ​| ​   |    | Create a copy of AreaStyleAdvanced class 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 AreaStyleAdvanced class using the deep clone process.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //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}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​[[ThinkGeo.MapSuite.Core.AreaStyleAdvanced|AreaStyleAdvanced]] 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​FillCustomBrush|FillCustomBrush]] ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.GeoBrush|GeoBrush]]   |    | This property allows you to get and set a custom fill brush  |+  * Description:​A cloned AreaStyleAdvanced.
  
-==== 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 == 
-==== AreaStyleAdvanced() ==== +  ​Type:String 
-This is the default constructor for the class. +  Description:N/A
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:PublicMethod.gif|}} Equals(Object) **
-==== CloneDeep() ==== +
-Create a copy of AreaStyleAdvanced class 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.PortableCore.AreaStyleAdvanced|AreaStyleAdvanced]]<​!-- ThinkGeo.MapSuite.PortableCore.AreaStyleAdvanced --> ​  | A cloned AreaStyleAdvanced. ​  |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.PortableCore.AreaStyleAdvanced --> +== 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 ==== 
-==== Finalize() ​==== +** {{wiki:​ProtectedMethod.gif|}} ​Finalize() ​**
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-===== Public Properties ===== +  * //N/A//
-==== FillCustomBrush ==== +
-This property allows you to get and set a custom fill brush. +
-=== Remarks ​=== +
-This allows you to use custom brushes to achieve effects such as linear gradients and bitmap fills. If you use any brush besides the SolidBrush, you would set it in this property. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.PortableCore.GeoBrush|GeoBrush]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoBrush --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.AreaStyleAdvanced --> +== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:​Object 
-===== Protected Properties ​===== +  * Description:​N/​A 
-===== Public Events ​===== + 
-__NOTOC__ +== Parameters ​== 
-[[Category:MapSuitePortableCore]] +<div newline></​div>​ 
-[[Category:ThinkGeo.MapSuite.PortableCore]] +==== Public Properties ​==== 
-[[Category:​UpdateDocumentation]]+** {{wiki:​PublicProperty.gif|}} FillCustomBrush ** 
 + 
 +  * //This property allows you to get and set a custom fill brush.// 
 +== Remarks ​== 
 +  * //This allows you to use custom brushes to achieve effects such as linear gradients and bitmap fills. If you use any brush besides the SolidBrush, you would set it in this property.//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.portablecore.areastyleadvanced.1440040132.txt.gz · Last modified: 2015/09/21 08:04 (external edit)