This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.geohatchbrush [2015/09/21 08:08] admin |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.Core.GeoHatchBrush ====== | ||
- | This class represents a brush that fills with various patterns. | ||
- | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | ||
- | *ThinkGeo.MapSuite.Core.GeoBrush | ||
- | ***ThinkGeo.MapSuite.Core.GeoHatchBrush** | ||
- | ===== Members Summary ===== | ||
- | ==== Public Constructors ==== | ||
- | ** {{wiki:PublicMethod.gif|}} GeoHatchBrush(GeoHatchStyle,GeoColor) ** | ||
- | |||
- | This is the constructor for the class. | ||
- | == Remarks == | ||
- | You will use this constructor when you want to only specify the foreground color of the pattern and leave the background transparent. | ||
- | == Parameters == | ||
- | * //hatchStyle// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]] | ||
- | * Description:This property is the hatch pattern you want to use to fill the area. | ||
- | |||
- | * //foregroundColor// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
- | * Description:This property is the foreground color you want to use for the pattern. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GeoHatchBrush(GeoHatchStyle,GeoColor,GeoColor) ** | ||
- | |||
- | This is the constructor for the class. | ||
- | == Remarks == | ||
- | This constructor allows you to choose both the background and foreground color for the pattern. | ||
- | == Parameters == | ||
- | * //hatchStyle// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]] | ||
- | * Description:This property is the hatch pattern you want to use to fill the area. | ||
- | |||
- | * //foregroundColor// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
- | * Description:This property is the foreground color you want to use for the pattern. | ||
- | |||
- | * //backgroundColor// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
- | * Description:This property is the background color you want to use for the pattern. | ||
- | |||
- | <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|}} HatchStyle ** | ||
- | |||
- | This property gets and sets the pattern you want to use for the fill. | ||
- | == Remarks == | ||
- | None | ||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]] | ||
- | |||
- | ** {{wiki:PublicProperty.gif|}} ForegroundColor ** | ||
- | |||
- | This property gets and sets the foreground color for the fill pattern. | ||
- | == Remarks == | ||
- | In this case the background color will be transparent. | ||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
- | |||
- | ** {{wiki:PublicProperty.gif|}} BackgroundColor ** | ||
- | |||
- | This property gets and sets the background color for the fill pattern. | ||
- | == Remarks == | ||
- | In this case the foreground color will be transparent. | ||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
- | |||
- | ** {{wiki:PublicProperty.gif|}} Id ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | == Return Value == | ||
- | * Type:Int64 | ||
- | |||
- | ==== 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.