User Tools

Site Tools


thinkgeo.mapsuite.portablecore.geotexturebrush

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.geotexturebrush [2015/09/21 08:09]
admin
thinkgeo.mapsuite.portablecore.geotexturebrush [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.GeoTextureBrush ====== ====== ThinkGeo.MapSuite.Core.GeoTextureBrush ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class is used to fill an area with a image texture. This class is used to fill an area with a image texture.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage) ** ** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage) **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-You will use this constructor when you want to use the Tile wrap mode and you want the image fill to encompass the entire shape.+  * //You will use this constructor when you want to use the Tile wrap mode and you want the image fill to encompass the entire shape.//
 == Parameters == == Parameters ==
   * //image//   * //image//
Line 20: Line 23:
 ** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage,​DrawingRectangleF) ** ** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage,​DrawingRectangleF) **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-This method allows you to pass in a rectangle in screen coordinates to determine how much of the area is textured.+  * //This method allows you to pass in a rectangle in screen coordinates to determine how much of the area is textured.//
 == Parameters == == Parameters ==
   * //image//   * //image//
Line 35: Line 38:
 ** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage,​GeoWrapMode) ** ** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage,​GeoWrapMode) **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Parameters == == Parameters ==
   * //image//   * //image//
Line 50: Line 53:
 ** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage,​GeoWrapMode,​DrawingRectangleF) ** ** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage,​GeoWrapMode,​DrawingRectangleF) **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Parameters == == Parameters ==
   * //image//   * //image//
Line 71: Line 74:
 ** {{wiki:​PublicMethod.gif|}} CloneDeep() ** ** {{wiki:​PublicMethod.gif|}} CloneDeep() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 83: Line 86:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 95: Line 98:
 ** {{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 111: Line 114:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 123: Line 126:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 136: Line 139:
 ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 148: Line 151:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 160: Line 163:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 173: Line 176:
 ** {{wiki:​PublicProperty.gif|}} GeoImage ** ** {{wiki:​PublicProperty.gif|}} GeoImage **
  
-This property gets and sets the GeoImage used for the texture fill.+  * //This property gets and sets the GeoImage used for the texture fill.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]   * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]
Line 181: Line 184:
 ** {{wiki:​PublicProperty.gif|}} DrawingRectangleF ** ** {{wiki:​PublicProperty.gif|}} DrawingRectangleF **
  
-This property gets and sets the screen rectangle used to fill the texture.+  * //This property gets and sets the screen rectangle used to fill the texture.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]]   * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]]
Line 189: Line 192:
 ** {{wiki:​PublicProperty.gif|}} GeoWrapMode ** ** {{wiki:​PublicProperty.gif|}} GeoWrapMode **
  
-This property gets and sets the wrap mode that is used to determine how an area is filled if the area is larger than the texture.+  * //This property gets and sets the wrap mode that is used to determine how an area is filled if the area is larger than the texture.//
 == Remarks == == Remarks ==
-This property gets and sets the wrap mode that is used to determine how an area is filled if the area is larger than the texture.+  * //This property gets and sets the wrap mode that is used to determine how an area is filled if the area is larger than the texture.//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]]   * Type:​[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]]
Line 197: Line 200:
 ** {{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.geotexturebrush.1442822971.txt.gz ยท Last modified: 2015/09/21 08:09 by admin