User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.geopen

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.geopen [2015/09/22 08:43]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.SilverlightCore.GeoPen ====== 
-This class represents a GeoPen, which is used to draw lines on a GeoCanvas. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.SilverlightCore.GeoPen** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} GeoPen() ** 
- 
-  * //This constructor creates a GeoPen.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoPen(GeoBrush) ** 
- 
-  * //This constructor creates a GeoPen.// 
-== Remarks == 
-  * //None// 
-== Parameters == 
-  * //brush// 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoBrush|GeoBrush]] 
-    * Description:​This parameter represents the brush that will be used to draw the line. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoPen(GeoColor) ** 
- 
-  * //This constructor creates a GeoPen.// 
-== Remarks == 
-  * //None// 
-== Parameters == 
-  * //color// 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter represents the color that will be used to draw the line. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoPen(GeoColor,​Double) ** 
- 
-  * //This constructor creates a GeoPen.// 
-== Remarks == 
-  * //None// 
-== Parameters == 
-  * //color// 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-    * Description:​This parameter represents the color that will be used to draw the line. 
- 
-  * //width// 
-    * Type:Double 
-    * Description:​This parameter represents the width of the line. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoPen(GeoBrush,​Double) ** 
- 
-  * //This constructor creates a GeoPen.// 
-== Remarks == 
-  * //None// 
-== Parameters == 
-  * //brush// 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoBrush|GeoBrush]] 
-    * Description:​This parameter represents the brush that will be used to draw the line. 
- 
-  * //width// 
-    * Type:Double 
-    * Description:​This parameter represents the width of the line. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} SetLineCap(GeoDashCap,​GeoDashCap,​GeoDashCap) ** 
- 
-  * //This method allows you to set the start, end and dash caps at one time.// 
-== Remarks == 
-  * //None// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​startCap//​ 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoDashCap|GeoDashCap]] 
-    * Description:​This parameter specifies the start cap to be used. 
- 
-  * //endCap// 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoDashCap|GeoDashCap]] 
-    * Description:​This parameter specifies the end cap to be used. 
- 
-  * //dashCap// 
-    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoDashCap|GeoDashCap]] 
-    * Description:​This parameter specifies the dash cap to be used. 
- 
-<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|}} 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|}} Brush ** 
- 
-This property gets and sets the brush for this GeoPen. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoBrush|GeoBrush]] 
- 
-** {{wiki:​PublicProperty.gif|}} Color ** 
- 
-This property gets and sets the GeoColor for this GeoPen. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
- 
-** {{wiki:​PublicProperty.gif|}} DashCap ** 
- 
-This property gets and sets the dash cap for this GeoPen. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoDashCap|GeoDashCap]] 
- 
-** {{wiki:​PublicProperty.gif|}} DashPattern ** 
- 
-This property gets and sets the dash pattern for this GeoPen. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:​Collection<​Double>​ 
- 
-** {{wiki:​PublicProperty.gif|}} LineDashStyle ** 
- 
-This property gets and sets the dash style for this GeoPen. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.LineDashStyle|LineDashStyle]] 
- 
-** {{wiki:​PublicProperty.gif|}} EndCap ** 
- 
-This property gets and sets the end cap for this GeoPen. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoDashCap|GeoDashCap]] 
- 
-** {{wiki:​PublicProperty.gif|}} LineJoin ** 
- 
-This property gets and sets the line join for this GeoPen. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DrawingLineJoin|DrawingLineJoin]] 
- 
-** {{wiki:​PublicProperty.gif|}} MiterLimit ** 
- 
-This property gets and sets the miter limit for this GeoPen. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} StartCap ** 
- 
-This property gets and sets the start cap for this GeoPen. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoDashCap|GeoDashCap]] 
- 
-** {{wiki:​PublicProperty.gif|}} Width ** 
- 
-This property gets and sets the width for this GeoPen. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} Id ** 
- 
-The id of the GeoBrush. This is always used as a key when in the cached brushes. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int64 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.silverlightcore.geopen.1442911414.txt.gz ยท Last modified: 2015/09/22 08:43 by admin