User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.pointmarkerstyle

ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents the ordinary point marker style.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle
      • ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle

Members Summary

Public Constructors

PointMarkerStyle()

Constructor of the PointMarkerStyle class.

Remarks

This is constructor of the PointMarkerStyle class.

Parameters

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

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
Parameters
  • features
    • Type:IEnumerable<Feature>
    • Description:A collection of features that the markers are created from.

ToString()

N/A

Remarks

N/A

Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

N/A

Remarks

N/A

Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

N/A

Remarks

N/A

Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

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

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

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

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

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

ToolTip

Gets or sets a tooltip for marker.

Remarks

N/A

Return Value
  • Type:String

ToolTipDelay

Gets or sets an interval in milliseconds.

Remarks

N/A

Return Value
  • Type:Int32

Protected Properties

Public Events

thinkgeo.mapsuite.wpfdesktopedition.pointmarkerstyle.txt · Last modified: 2017/03/16 21:59 (external edit)