====== ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle ====== {{section>upgrade_map_suite_to_10.0}} This class represents the ordinary point marker style. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle ***ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} PointMarkerStyle() ** Constructor of the PointMarkerStyle class. == Remarks == This is constructor of the PointMarkerStyle class. == Parameters ==
** {{wiki:PublicMethod.gif|}} PointMarkerStyle(ImageSource) ** Constructor of the PointMarkerStyle class. == Remarks == This is constructor of the PointMarkerStyle class. == Parameters == * //imageSource// * Type:ImageSource * Description:An ImageSource value indicating the icon source for the marker.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable) ** 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[[ThinkGeo.MapSuite.WpfDesktopEdition.Marker, WpfDesktopEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoCollection]] * 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.
** {{wiki:PublicMethod.gif|}} ToString() ** N/A == Remarks == N/A == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** N/A == Remarks == N/A == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** N/A == Remarks == N/A == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** N/A == Remarks == N/A == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** N/A == Remarks == N/A == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} ImageSource ** Gets or sets the small image that the marker displays. == Remarks == Gets or sets the small image that the marker displays. == Return Value == * Type:ImageSource ** {{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:Double ** {{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:Double ** {{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:Double ** {{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:Double ** {{wiki:PublicProperty.gif|}} ToolTip ** Gets or sets a tooltip for marker. == Remarks == N/A == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} ToolTipDelay ** Gets or sets an interval in milliseconds. == Remarks == N/A == Return Value == * Type:Int32 ==== Protected Properties ==== ==== Public Events ====