This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
thinkgeo.mapsuite.silverlightcore.geotexturebrush [2015/09/22 08:43] admin |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.SilverlightCore.GeoTextureBrush ====== | ||
| - | This class is used to fill an area with a image texture. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | *ThinkGeo.MapSuite.SilverlightCore.GeoBrush | ||
| - | ***ThinkGeo.MapSuite.SilverlightCore.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.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 ==== | ||
| - | ** {{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|}} 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.SilverlightCore.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.SilverlightCore.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.SilverlightCore.GeoWrapMode|GeoWrapMode]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} Id ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:Int64 | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:Double | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ==== Public Events ==== | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.