User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.areastyles

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.silverlightcore.areastyles [2015/09/21 03:19]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.SilverlightCore.AreaStyles ====== 
-This class is a collection of predefined styles and helper methods for creating styles. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.SilverlightCore.AreaStyles** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-==== 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>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor) ** 
- 
-This method builds a simple area style. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] 
-  * Description:​This method builds a simple area style. 
- 
-== Parameters == 
-  * //​fillBrushColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the fill color of the area. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor) ** 
- 
-This method builds a simple area style. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] 
-  * Description:​This method builds a simple area style. 
- 
-== Parameters == 
-  * //​fillBrushColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the fill color for the area. 
- 
-  * //​outlinePenColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the outline pen color for the area. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32) ** 
- 
-This method builds a simple area style. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] 
-  * Description:​This method builds a simple area style. 
- 
-== Parameters == 
-  * //​fillBrushColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the fill color for the area. 
- 
-  * //​outlinePenColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the outline pen color for the area. 
- 
-  * //​outlinePenWidth//​ 
-    * Type:Int32 
-    * Description:​This parameter is the outline pen width for the area. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32,​LineDashStyle) ** 
- 
-This method builds a simple area style. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] 
-  * Description:​This method builds a simple area style. 
- 
-== Parameters == 
-  * //​fillBrushColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the fill color for the area. 
- 
-  * //​outlinePenColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the outline pen color for the area. 
- 
-  * //​outlinePenWidth//​ 
-    * Type:Int32 
-    * Description:​This parameter is the outline pen width for the area. 
- 
-  * //​borderStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.LineDashStyle|LineDashStyle]] 
-    * Description:​This parameter is the BorderStyle for the area style. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​Single,​Single) ** 
- 
-This method builds a simple area style. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] 
-  * Description:​This method builds a simple area style. 
- 
-== Parameters == 
-  * //​fillBrushColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the fill color for the area. 
- 
-  * //​xOffsetInPixel//​ 
-    * Type:Single 
-    * Description:​This parameter is the X pixels offset for this area. 
- 
-  * //​yOffsetInPixel//​ 
-    * Type:Single 
-    * Description:​This parameter is the Y pixels offset for this area. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Single,​Single) ** 
- 
-This method builds a simple area style. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] 
-  * Description:​This method builds a simple area style. 
- 
-== Parameters == 
-  * //​fillBrushColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the fill color for the area. 
- 
-  * //​outlinePenColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the outline color for the area. 
- 
-  * //​xOffsetInPixel//​ 
-    * Type:Single 
-    * Description:​This parameter is the X pixels offset for this area. 
- 
-  * //​yOffsetInPixel//​ 
-    * Type:Single 
-    * Description:​This parameter is the Y pixels offset for this area. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32,​Single,​Single) ** 
- 
-This method builds a simple area style. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] 
-  * Description:​This method builds a simple area style. 
- 
-== Parameters == 
-  * //​fillBrushColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the fill color for the area. 
- 
-  * //​outlinePenColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the outline pen color for the area. 
- 
-  * //​outlinePenWidth//​ 
-    * Type:Int32 
-    * Description:​This parameter is the outline pen width for the area. 
- 
-  * //​xOffsetInPixel//​ 
-    * Type:Single 
-    * Description:​This parameter is the X pixels offset for this area. 
- 
-  * //​yOffsetInPixel//​ 
-    * Type:Single 
-    * Description:​This parameter is the Y pixels offset for this area. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32,​LineDashStyle,​Single,​Single) ** 
- 
-This method builds a simple area style. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] 
-  * Description:​This method builds a simple area style. 
- 
-== Parameters == 
-  * //​fillBrushColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the fill color for the area. 
- 
-  * //​outlinePenColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter is the outline pen color for the area. 
- 
-  * //​outlinePenWidth//​ 
-    * Type:Int32 
-    * Description:​This parameter is the outline pen width for the area. 
- 
-  * //​borderStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.LineDashStyle|LineDashStyle]] 
-    * Description:​This parameter is the BorderStyle for the area. 
- 
-  * //​xOffsetInPixel//​ 
-    * Type:Single 
-    * Description:​This parameter is the X pixels offset for this area. 
- 
-  * //​yOffsetInPixel//​ 
-    * Type:Single 
-    * Description:​This parameter is the Y pixels offset for this area. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateLinearGradientStyle(Vertex,​Vertex,​GeoColor,​GeoColor) ** 
- 
-This method returns a linear gradient style. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] 
-  * Description:​This method returns an AreaStyle. 
- 
-== Parameters == 
-  * //​startPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
-    * Description:​N/​A 
- 
-  * //​endPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
-    * Description:​N/​A 
- 
-  * //​fromColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter represents the starting GeoColor for the gradient. 
- 
-  * //toColor// 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter represents the ending GeoColor for the gradient. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateLinearGradientStyle(Vertex,​Vertex,​GeoColor,​GeoColor,​GeoColor) ** 
- 
-This method returns a linear gradient style. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] 
-  * Description:​This method returns an AreaStyle. 
- 
-== Parameters == 
-  * //​startPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
-    * Description:​N/​A 
- 
-  * //​endPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
-    * Description:​N/​A 
- 
-  * //​fromColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter represents the starting GeoColor for the gradient. 
- 
-  * //toColor// 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter represents the ending GeoColor for the gradient. 
- 
-  * //​outlinePenColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter represents the outline pen color of the area style. 
- 
-<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 ==== 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.silverlightcore.areastyles.1442805545.txt.gz ยท Last modified: 2015/09/21 03:19 by admin