User Tools

Site Tools


thinkgeo.mapsuite.portablecore.geohatchbrush

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.geohatchbrush [2015/09/21 08:08]
admin
thinkgeo.mapsuite.portablecore.geohatchbrush [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.GeoHatchBrush ====== ====== ThinkGeo.MapSuite.Core.GeoHatchBrush ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a brush that fills with various patterns. This class represents a brush that fills with various patterns.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} GeoHatchBrush(GeoHatchStyle,​GeoColor) ** ** {{wiki:​PublicMethod.gif|}} GeoHatchBrush(GeoHatchStyle,​GeoColor) **
  
-This is the constructor for the class.+  * //This is the constructor for the class.//
 == Remarks == == Remarks ==
-You will use this constructor when you want to only specify the foreground color of the pattern and leave the background transparent.+  * //You will use this constructor when you want to only specify the foreground color of the pattern and leave the background transparent.//
 == Parameters == == Parameters ==
   * //​hatchStyle//​   * //​hatchStyle//​
Line 24: Line 27:
 ** {{wiki:​PublicMethod.gif|}} GeoHatchBrush(GeoHatchStyle,​GeoColor,​GeoColor) ** ** {{wiki:​PublicMethod.gif|}} GeoHatchBrush(GeoHatchStyle,​GeoColor,​GeoColor) **
  
-This is the constructor for the class.+  * //This is the constructor for the class.//
 == Remarks == == Remarks ==
-This constructor allows you to choose both the background and foreground color for the pattern.+  * //This constructor allows you to choose both the background and foreground color for the pattern.//
 == Parameters == == Parameters ==
   * //​hatchStyle//​   * //​hatchStyle//​
Line 45: Line 48:
 ** {{wiki:​PublicMethod.gif|}} CloneDeep() ** ** {{wiki:​PublicMethod.gif|}} CloneDeep() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 57: Line 60:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 69: Line 72:
 ** {{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 85: Line 88:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 97: Line 100:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 110: Line 113:
 ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 122: Line 125:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 134: Line 137:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 147: Line 150:
 ** {{wiki:​PublicProperty.gif|}} HatchStyle ** ** {{wiki:​PublicProperty.gif|}} HatchStyle **
  
-This property gets and sets the pattern you want to use for the fill.+  * //This property gets and sets the pattern you want to use for the fill.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]]   * Type:​[[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]]
Line 155: Line 158:
 ** {{wiki:​PublicProperty.gif|}} ForegroundColor ** ** {{wiki:​PublicProperty.gif|}} ForegroundColor **
  
-This property gets and sets the foreground color for the fill pattern.+  * //This property gets and sets the foreground color for the fill pattern.//
 == Remarks == == Remarks ==
-In this case the background color will be transparent.+  * //In this case the background color will be transparent.//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]   * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]
Line 163: Line 166:
 ** {{wiki:​PublicProperty.gif|}} BackgroundColor ** ** {{wiki:​PublicProperty.gif|}} BackgroundColor **
  
-This property gets and sets the background color for the fill pattern.+  * //This property gets and sets the background color for the fill pattern.//
 == Remarks == == Remarks ==
-In this case the foreground color will be transparent.+  * //In this case the foreground color will be transparent.//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]   * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]
Line 171: Line 174:
 ** {{wiki:​PublicProperty.gif|}} Id ** ** {{wiki:​PublicProperty.gif|}} Id **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int64   * Type:Int64
thinkgeo.mapsuite.portablecore.geohatchbrush.1442822933.txt.gz ยท Last modified: 2015/09/21 08:08 by admin