User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.pointmarkerstyle

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.desktopedition.pointmarkerstyle [2015/09/22 08:12]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.DesktopEdition.PointMarkerStyle ====== 
-This class represents the ordinary point marker style. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.DesktopEdition.MarkerStyle 
-      ***ThinkGeo.MapSuite.DesktopEdition.PointMarkerStyle** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} PointMarkerStyle() ** 
- 
-  * //​Constructor of the PointMarkerStyle class.// 
-== Remarks == 
-  * //This is constructor of the <​strong>​PointMarkerStyle</​strong>​ class.// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} PointMarkerStyle(Image) ** 
- 
-  * //​Constructor of the PointMarkerStyle class.// 
-== Remarks == 
-  * //This is constructor of the <​strong>​PointMarkerStyle</​strong>​ class.// 
-== Parameters == 
-  * //image// 
-    * Type:Image 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} GetMarkers(IEnumerable<​Feature>​) ** 
- 
-  * //This method returns a collection of markers that created with specific styles from the features passed in.// 
-== Remarks == 
-  * //This method returns a collection of markers that created with specific styles from the features passed in.// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.DesktopEdition.Marker,​ DesktopEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
-  * Description:​A collection of markers that create from the features. 
- 
-== Parameters == 
-  * //​features//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-    * Description:​A collection of features that the markers are created from. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PointMarkerStyle#​ToString.28.29//​ 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PointMarkerStyle#​Equals.28Object.29//​ 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PointMarkerStyle#​GetHashCode.28.29//​ 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PointMarkerStyle#​GetType.28.29//​ 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PointMarkerStyle#​Finalize.28.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PointMarkerStyle#​MemberwiseClone.28.29//​ 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} Image ** 
- 
-Gets or sets the small image that the marker displays. 
-== Remarks == 
-Gets or sets the small image that the marker displays. 
-== Return Value == 
-  * Type:Image 
- 
-** {{wiki:​PublicProperty.gif|}} Width ** 
- 
-Gets or sets the width in pixel of the web image. 
-== Remarks == 
-Gets or sets the width in pixel of the web image. 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} Height ** 
- 
-Gets or sets the height in pixel of the web image. 
-== Remarks == 
-Gets or sets the height in pixel of the web image. 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} XOffset ** 
- 
-Gets or sets the image'​s X offset in pixel. 
-== Remarks == 
-Gets or sets the image'​s X offset in pixel. 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} YOffset ** 
- 
-Gets or sets the image'​s Y offset in pixel. 
-== Remarks == 
-Gets or sets the image'​s Y offset in pixel. 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} ToolTipText ** 
- 
-N/A 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PointMarkerStyle#​ToolTipText 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} ToolTipDelayInMilliseconds ** 
- 
-N/A 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PointMarkerStyle#​ToolTipDelayInMilliseconds 
-== Return Value == 
-  * Type:Int32 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.desktopedition.pointmarkerstyle.1442909566.txt.gz ยท Last modified: 2015/09/22 08:12 by admin