User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.geotexturebrush

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightcore.geotexturebrush [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightcore.geotexturebrush [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightCore.GeoTextureBrush ====== ====== ThinkGeo.MapSuite.SilverlightCore.GeoTextureBrush ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- +This class is used to fill an area with a image texture.
-<!-- Class -->+
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightCore.GeoBrush]] +    *ThinkGeo.MapSuite.SilverlightCore.GeoBrush 
-***[[ThinkGeo.MapSuite.SilverlightCore.GeoTextureBrush]]+      ***ThinkGeo.MapSuite.SilverlightCore.GeoTextureBrush**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GeoTextureBrush(GeoImage) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#GeoTextureBrush(GeoImage)|GeoTextureBrush]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoTextureBrush(GeoImage,​ DrawingRectangleF)|GeoTextureBrush]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]],​ [[ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF|DrawingRectangleF]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoTextureBrush(GeoImage,​ GeoWrapMode)|GeoTextureBrush]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]],​ [[ThinkGeo.MapSuite.SilverlightCore.GeoWrapMode|GeoWrapMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoTextureBrush(GeoImage,​ GeoWrapMode,​ DrawingRectangleF)|GeoTextureBrush]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]],​ [[ThinkGeo.MapSuite.SilverlightCore.GeoWrapMode|GeoWrapMode]],​ [[ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF|DrawingRectangleF]] ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //This is a constructor for the class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== 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.SilverlightCore.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.SilverlightCore.GeoImage|GeoImage]]
 +    * Description:​This parameter is the image you want to use as the texture.
 +
 +  * //​rectangleF//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.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.SilverlightCore.GeoImage|GeoImage]]
 +    * Description:​This parameter is the image you want to use as the texture.
 +
 +  * //​wrapMode//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.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.SilverlightCore.GeoImage|GeoImage]]
 +    * Description:​This parameter is the image you want to use as the texture.
 +
 +  * //​wrapMode//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.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.SilverlightCore.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 ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToString() ​**
-{{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 ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingRectangleF|DrawingRectangleF]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF|DrawingRectangleF]] ​  ​| ​   |    | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​GeoImage|GeoImage]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​GeoWrapMode|GeoWrapMode]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoWrapMode|GeoWrapMode]] ​  ​| ​   |    | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | Int64   | [[ThinkGeo.MapSuite.SilverlightCore.GeoBrush|GeoBrush]] ​  ​| ​   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoBrush|GeoBrush]] ​  ​| ​   |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== GeoTextureBrush(GeoImage) ==== +  ​Type:Boolean 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​+
-| image   | [[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== GeoTextureBrush(GeoImage,​ DrawingRectangleF) ==== +  ​* //obj// 
-=== Parameters ​=== +    ​* Type:Object 
- Name ^  Type ^  Description ^ +    ​* Description:​N/​A
-| image   | [[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --> ​  ​| ​   | +
-| rectangleF ​  | [[ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF|DrawingRectangleF]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +<div newline></​div
-==== GeoTextureBrush(GeoImage,​ GeoWrapMode) ==== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| image   | [[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --  |    | +
-| wrapMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoWrapMode|GeoWrapMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoWrapMode --> ​  ​| ​   ​|+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== GeoTextureBrush(GeoImage,​ GeoWrapMode,​ DrawingRectangleF) ==== +== Remarks ​== 
-=== Parameters === +  ​* //N/A//
- Name ^  Type ^  Description ^ +
-| image   | [[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --> ​  ​| ​   | +
-| wrapMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoWrapMode|GeoWrapMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoWrapMode --> ​  ​| ​   | +
-| rectangleF ​  | [[ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF|DrawingRectangleF]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:Int32 
-===== Public Methods ===== +  * Description:N/A
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Type 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +==== Protected Methods ​==== 
-=== Return Value === +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +  * //N/A//
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Object 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +==== Public Properties ​==== 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} GeoImage **
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +This property gets and sets the GeoImage used for the texture fill. 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +None 
 +== Return Value == 
 +  ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]]
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} DrawingRectangleF ​**
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== DrawingRectangleF ​==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF|DrawingRectangleF]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoTextureBrush --> +This property gets and sets the screen rectangle used to fill the texture
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== GeoImage ==== +None 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF|DrawingRectangleF]]
-[[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoTextureBrush --> +** {{wiki:​PublicProperty.gif|}} GeoWrapMode ​**
-[[#Public Properties|Go Back]] +
-==== GeoWrapMode ​==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.GeoWrapMode|GeoWrapMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoWrapMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoTextureBrush --> +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
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Id ==== +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 == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoWrapMode|GeoWrapMode]]
-| Int64<​!-- System.Int64 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoBrush --> +** {{wiki:​PublicProperty.gif|}} Id **
-[[#Public Properties|Go Back]] +
-==== Opacity ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoBrush --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ​===== +N/A 
-===== Public Events ====+== Return Value == 
-__NOTOC__ +  * Type:​Int64 
-[[Category:​SilverlightMapSuiteCore]] + 
-[[Category:​ThinkGeo.MapSuite.SilverlightCore]] +** {{wiki:​PublicProperty.gif|}} Opacity ** 
-[[Category:​UpdateDocumentation]]+ 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.silverlightcore.geotexturebrush.1440040134.txt.gz · Last modified: 2015/09/21 03:21 (external edit)