User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.pointmarkerstyle

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.pointmarkerstyle [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle ====== 
- 
- 
- 
-<!-- Class --> 
-This class represents the ordinary point marker style. 
-=== Remarks === 
-The &​lt;​strong&​gt;​PointMarkerStyle&​lt;/​strong&​gt;​ contains the basic style for creating a marker such as web image, popup and context menu. Use this style to create a batch of markers with the same appearance. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle]] 
-***[[ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointMarkerStyle()|PointMarkerStyle]] ​  ​| ​   |    | Constructor of the PointMarkerStyle class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointMarkerStyle(ImageSource)|PointMarkerStyle]] ​  | ImageSource ​  ​| ​   | Constructor of the PointMarkerStyle class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetMarkers(IEnumerable<​Feature>​)|GetMarkers]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle|MarkerStyle]](overriden) ​  | This method returns a collection of markers that created with specific styles from the features passed in.   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Height|Height]] ​  | Double ​  ​| ​   | Gets or sets the height in pixel of the web image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageSource|ImageSource]] ​  | ImageSource ​  ​| ​   | Gets or sets the small image that the marker displays. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ToolTip|ToolTip]] ​  | String ​  ​| ​   | Gets or sets a tooltip for marker. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ToolTipDelay|ToolTipDelay]] ​  | Int32   ​| ​   | Gets or sets an interval in milliseconds. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Width|Width]] ​  | Double ​  ​| ​   | Gets or sets the width in pixel of the web image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​XOffset|XOffset]] ​  | Double ​  ​| ​   | Gets or sets the image'​s X offset in pixel. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​YOffset|YOffset]] ​  | Double ​  ​| ​   | Gets or sets the image'​s Y offset in pixel. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== PointMarkerStyle() ==== 
-Constructor of the PointMarkerStyle class. 
-=== Overloads === 
-This is constructor of the PointMarkerStyle class. 
-=== Remarks === 
-This is constructor of the &​lt;​strong&​gt;​PointMarkerStyle&​lt;/​strong&​gt;​ class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== PointMarkerStyle(ImageSource) ==== 
-Constructor of the PointMarkerStyle class. 
-=== Overloads === 
-This is constructor of the PointMarkerStyle class. 
-=== Remarks === 
-This is constructor of the &​lt;​strong&​gt;​PointMarkerStyle&​lt;/​strong&​gt;​ class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| imageSource ​  | ImageSource<​!-- System.Windows.Media.ImageSource --> ​  | An ImageSource value indicating the icon source for the marker. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== Equals(Object) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​Equals.28Object.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​GetHashCode.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== 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 === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.Marker|Marker]]><​!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.Marker} --> ​  | A collection of markers that create from the features. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| features ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> ​  | A collection of features that the markers are created from.   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle(overriden) --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​GetType.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​ToString.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​Finalize.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​MemberwiseClone.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== 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 === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ImageSource ==== 
-Gets or sets the small image that the marker displays. 
-=== Remarks === 
-Gets or sets the small image that the marker displays. 
-=== Return Value === 
-^ Return Type ^ 
-| ImageSource<​!-- System.Windows.Media.ImageSource --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ToolTip ==== 
-Gets or sets a tooltip for marker. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​ToolTip"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​ToolTip</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ToolTipDelay ==== 
-Gets or sets an interval in milliseconds. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​ToolTipDelay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#​ToolTipDelay</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== 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 === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== XOffset ==== 
-Gets or sets the image'​s X offset in pixel. 
-=== Remarks === 
-Gets or sets the image'​s X offset in pixel. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== YOffset ==== 
-Gets or sets the image'​s Y offset in pixel. 
-=== Remarks === 
-Gets or sets the image'​s Y offset in pixel. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​WpfDesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.WpfDesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.wpfdesktopedition.pointmarkerstyle.1440040136.txt.gz ยท Last modified: 2015/09/18 03:14 (external edit)