User Tools

Site Tools


thinkgeo.mapsuite.portablecore.areastyles

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.portablecore.areastyles [2015/09/21 08:04]
admin
thinkgeo.mapsuite.portablecore.areastyles [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.AreaStyles ====== ====== ThinkGeo.MapSuite.Core.AreaStyles ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class is a collection of predefined styles and helper methods for creating styles. This class is a collection of predefined styles and helper methods for creating styles.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 10: Line 13:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 22: Line 25:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 38: Line 41:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 50: Line 53:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 62: Line 65:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor) **
  
-This method builds a simple area style.+  * //This method builds a simple area style.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 78: Line 81:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor) **
  
-This method builds a simple area style.+  * //This method builds a simple area style.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 98: Line 101:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32) **
  
-This method builds a simple area style.+  * //This method builds a simple area style.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 122: Line 125:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32,​LineDashStyle) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32,​LineDashStyle) **
  
-This method builds a simple area style.+  * //This method builds a simple area style.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 150: Line 153:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​Single,​Single) **
  
-This method builds a simple area style.+  * //This method builds a simple area style.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 174: Line 177:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Single,​Single) **
  
-This method builds a simple area style.+  * //This method builds a simple area style.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 202: Line 205:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32,​Single,​Single) **
  
-This method builds a simple area style.+  * //This method builds a simple area style.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 234: Line 237:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32,​LineDashStyle,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32,​LineDashStyle,​Single,​Single) **
  
-This method builds a simple area style.+  * //This method builds a simple area style.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 270: Line 273:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHatchStyle(GeoHatchStyle,​GeoColor,​GeoColor) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHatchStyle(GeoHatchStyle,​GeoColor,​GeoColor) **
  
-This method returns an AreaStyle with a hatch pattern.+  * //This method returns an AreaStyle with a hatch pattern.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 294: Line 297:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHatchStyle(GeoHatchStyle,​GeoColor,​GeoColor,​GeoColor) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHatchStyle(GeoHatchStyle,​GeoColor,​GeoColor,​GeoColor) **
  
-This method returns an AreaStyle with a hatch pattern.+  * //This method returns an AreaStyle with a hatch pattern.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 322: Line 325:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHatchStyle(GeoHatchStyle,​GeoColor,​GeoColor,​GeoColor,​Int32,​LineDashStyle,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHatchStyle(GeoHatchStyle,​GeoColor,​GeoColor,​GeoColor,​Int32,​LineDashStyle,​Single,​Single) **
  
-This method returns a GeoHatchStyle.+  * //This method returns a GeoHatchStyle.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 366: Line 369:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateLinearGradientStyle(GeoColor,​GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateLinearGradientStyle(GeoColor,​GeoColor,​Single) **
  
-This method returns a linear gradient style.+  * //This method returns a linear gradient style.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 390: Line 393:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateLinearGradientStyle(GeoColor,​GeoColor,​Single,​GeoColor) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateLinearGradientStyle(GeoColor,​GeoColor,​Single,​GeoColor) **
  
-This method returns a linear gradient style.+  * //This method returns a linear gradient style.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 418: Line 421:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHueFamilyAreaStyle(GeoColor,​GeoColor,​Int32) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHueFamilyAreaStyle(GeoColor,​GeoColor,​Int32) **
  
-This method returns an AreaStyle.+  * //This method returns an AreaStyle.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 442: Line 445:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHueFamilyLinearGradientAreaStyle(GeoColor,​GeoColor,​Int32,​GeoColor,​GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHueFamilyLinearGradientAreaStyle(GeoColor,​GeoColor,​Int32,​GeoColor,​GeoColor,​Single) **
  
-This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient.+  * //This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 478: Line 481:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateQualityFamilyAreaStyle(GeoColor,​GeoColor,​Int32) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateQualityFamilyAreaStyle(GeoColor,​GeoColor,​Int32) **
  
-This method returns an AreaStyle in a family of quality-realted colors.+  * //This method returns an AreaStyle in a family of quality-realted colors.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 502: Line 505:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateQualityFamilyLinearGradientAreaStyle(GeoColor,​GeoColor,​Int32,​GeoColor,​GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateQualityFamilyLinearGradientAreaStyle(GeoColor,​GeoColor,​Int32,​GeoColor,​GeoColor,​Single) **
  
-This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient.+  * //This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 539: Line 542:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 551: Line 554:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
thinkgeo.mapsuite.portablecore.areastyles.1442822666.txt.gz ยท Last modified: 2015/09/21 08:04 by admin