User Tools

Site Tools


thinkgeo.mapsuite.core.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.core.geotexturebrush [2015/09/18 05:43]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.GeoTextureBrush ====== 
-This class is used to fill an area with a image texture. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.Core.GeoBrush 
-      ***ThinkGeo.MapSuite.Core.GeoTextureBrush** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage) ** 
- 
-This is a constructor for the class. 
-== 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. 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​This parameter is the image you want to use as the texture. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage,​DrawingRectangleF) ** 
- 
-This is a constructor for the class. 
-== Remarks == 
-This method allows you to pass in a rectangle in screen coordinates to determine how much of the area is textured. 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​This parameter is the image you want to use as the texture. 
- 
-  * //​rectangleF//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] 
-    * Description:​This parameter is a rectangle (in screen coordinates) that specifies the area you want to use for the texture. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage,​GeoWrapMode) ** 
- 
-This is a constructor for the class. 
-== Remarks == 
-None 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​This parameter is the image you want to use as the texture. 
- 
-  * //​wrapMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] 
-    * Description:​This parameter determines the way the texture wraps when the area to fill is larger than the texture. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage,​GeoWrapMode,​DrawingRectangleF) ** 
- 
-This is a constructor for the class. 
-== Remarks == 
-None 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​This parameter is the image you want to use as the texture. 
- 
-  * //​wrapMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] 
-    * Description:​This parameter determines the way the texture wraps when the area to fill is larger than the texture. 
- 
-  * //​rectangleF//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] 
-    * Description:​This parameter is a rectangle (in screen coordinates) that specifies the area you want to use for the texture. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} CloneDeep() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * 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|}} GeoImage ** 
- 
-This property gets and sets the GeoImage used for the texture fill. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
- 
-** {{wiki:​PublicProperty.gif|}} DrawingRectangleF ** 
- 
-This property gets and sets the screen rectangle used to fill the texture. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] 
- 
-** {{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. 
-== 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. 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] 
- 
-** {{wiki:​PublicProperty.gif|}} Id ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int64 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.core.geotexturebrush.1442554995.txt.gz ยท Last modified: 2015/09/18 05:43 by admin