User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.pointstyles

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.silverlightcore.pointstyles [2015/09/22 08:45]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.SilverlightCore.PointStyles ====== 
-This class provides commonly-used GeoPointStyles and some methods to create various kinds of GeoPointstyles. A GeoStyle is a kind of sheet used to render the map. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.SilverlightCore.PointStyles** 
-===== 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|}} CreateSimplePointStyle(PointSymbolType,​GeoColor,​Single) ** 
- 
-  * //Static API to create a point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​pointStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointSymbolType|PointSymbolType]] 
-    * Description:​This parameter determines the PointStyle symbol type. 
- 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimplePointStyle(PointSymbolType,​GeoColor,​GeoColor,​Single,​Single) ** 
- 
-  * //Static API to create a point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​pointStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointSymbolType|PointSymbolType]] 
-    * Description:​This parameter determines the PointStyle symbol type. 
- 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //​outlineColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle outline color. 
- 
-  * //​outlineWidth//​ 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle outline width. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimplePointStyle(PointSymbolType,​GeoColor,​GeoColor,​Single) ** 
- 
-  * //Static API to create a point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​pointStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointSymbolType|PointSymbolType]] 
-    * Description:​This parameter determines the PointStyle symbol type. 
- 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //​outlineColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle outline color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleCircleStyle(GeoColor,​Single) ** 
- 
-  * //Static API to create a circle point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleCircleStyle(GeoColor,​Single,​GeoColor,​Single) ** 
- 
-  * //Static API to create a circle point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-  * //​outlineColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle outline color. 
- 
-  * //​outlineWidth//​ 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle outline width. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleCircleStyle(GeoColor,​Single,​GeoColor) ** 
- 
-  * //Static API to create a circle point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-  * //​outlineColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle outline color. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleSquareStyle(GeoColor,​Single) ** 
- 
-  * //Static API to create a square point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleSquareStyle(GeoColor,​Single,​GeoColor) ** 
- 
-  * //Static API to create a square point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-  * //​outlineColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle outline color. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleSquareStyle(GeoColor,​Single,​GeoColor,​Single) ** 
- 
-  * //Static API to create a square point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-  * //​outlineColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle outline color. 
- 
-  * //​outlineWidth//​ 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle outline width. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleStarStyle(GeoColor,​Single) ** 
- 
-  * //Static API to create a star point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleStarStyle(GeoColor,​Single,​GeoColor) ** 
- 
-  * //Static API to create a star point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-  * //​outlineColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle outline color. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTriangleStyle(GeoColor,​Single) ** 
- 
-  * //Static API to create a triangle point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTriangleStyle(GeoColor,​Single,​GeoColor) ** 
- 
-  * //Static API to create a triangle point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-  * //​outlineColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle outline color. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTriangleStyle(GeoColor,​Single,​GeoColor,​Single) ** 
- 
-  * //Static API to create a triangle point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle fill color. 
- 
-  * //size// 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle size. 
- 
-  * //​outlineColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the PointStyle outline color. 
- 
-  * //​outlineWidth//​ 
-    * Type:Single 
-    * Description:​This parameter determines the PointStyle outline width. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateCompoundCircleStyle(GeoColor,​Single,​GeoColor,​Single,​GeoColor,​Single) ** 
- 
-  * //Static API to create a compound circle point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor1//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the outer circle'​s PointStyle fill color. 
- 
-  * //size1// 
-    * Type:Single 
-    * Description:​This parameter determines the outer circle'​s PointStyle size. 
- 
-  * //​outlineColor1//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the outer circle'​s PointStyle outline color. 
- 
-  * //​outlineWidth1//​ 
-    * Type:Single 
-    * Description:​This parameter determines the outer circle'​s PointStyle outline width. 
- 
-  * //​fillColor2//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the inner circle'​s PointStyle fill color. 
- 
-  * //size2// 
-    * Type:Single 
-    * Description:​This parameter determines the inner circle'​s PointStyle size. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateCompoundCircleStyle(GeoColor,​Single,​GeoColor,​Single,​GeoColor,​Single,​GeoColor,​Single) ** 
- 
-  * //Static API to create a compound circle point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​fillColor1//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the outer circle'​s PointStyle fill color. 
- 
-  * //size1// 
-    * Type:Single 
-    * Description:​This parameter determines the outer circle'​s PointStyle size. 
- 
-  * //​outlineColor1//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the outer circle'​s PointStyle outline color. 
- 
-  * //​outlineWidth1//​ 
-    * Type:Single 
-    * Description:​This parameter determines the outer circle'​s PointStyle outline width. 
- 
-  * //​fillColor2//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the inner circle'​s PointStyle fill color. 
- 
-  * //size2// 
-    * Type:Single 
-    * Description:​This parameter determines the inner circle'​s PointStyle size. 
- 
-  * //​outlineColor2//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the inner circle'​s PointStyle outline color. 
- 
-  * //​outlineWidth2//​ 
-    * Type:Single 
-    * Description:​This parameter determines the inner circle'​s PointStyle outline width. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateCompoundPointStyle(PointSymbolType,​GeoColor,​GeoColor,​Single,​Single,​PointSymbolType,​GeoColor,​GeoColor,​Single,​Single) ** 
- 
-  * //Static API to create a compound circle point style.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] 
-  * Description:​The created point style. 
- 
-== Parameters == 
-  * //​pointStyle1//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointSymbolType|PointSymbolType]] 
-    * Description:​This parameter determines the outer circle'​s pointstyle symbol type. 
- 
-  * //​fillColor1//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the outer circle'​s PointStyle fill color. 
- 
-  * //​outlineColor1//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the outer circle'​s PointStyle outline color. 
- 
-  * //​outlineWidth1//​ 
-    * Type:Single 
-    * Description:​This parameter determines the outer circle'​s PointStyle outline width. 
- 
-  * //size1// 
-    * Type:Single 
-    * Description:​This parameter determines the outer circle'​s PointStyle size. 
- 
-  * //​pointStyle2//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointSymbolType|PointSymbolType]] 
-    * Description:​This parameter determines the inner circle'​s pointstyle symbol type. 
- 
-  * //​fillColor2//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the inner circle'​s PointStyle fill color. 
- 
-  * //​outlineColor2//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter determines the inner circle'​s PointStyle outline color. 
- 
-  * //​outlineWidth2//​ 
-    * Type:Single 
-    * Description:​This parameter determines the inner circle'​s PointStyle outline width. 
- 
-  * //size2// 
-    * Type:Single 
-    * Description:​This parameter determines the inner circle PointStyle size. 
- 
-<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.pointstyles.1442911516.txt.gz ยท Last modified: 2015/09/22 08:45 by admin