Search
Decoration Members
Constructors Properties Methods
 


Represents a decoration element drawn in a separate layer over the map.

The following tables list the members exposed by the Decoration type.

 Public Constructors

  Name Description

Decoration

Initializes a new instance of the Decoration class.

 Public Properties

  Name Description

Label

Gets or sets the label of this map element. (Inherited from MapElement.)

Latitude

Gets or sets the latitude associated with this decoration.

Longitude

Gets or sets the longitude associated with this decoration.

 Public Methods

  Name Description

GetLocation

Gets the decoration's location.

 Protected Methods

  Name Description

Draw

Draws this map element on the specified drawing surface. (Inherited from MapElement.)

DrawLabel

Draws the label of this map element. (Inherited from MapElement.)

Highlight

Draws a highlight of this map element. (Inherited from MapElement.)

HitTest

Tests whether this map element contains the specified point. (Inherited from MapElement.)

 See Also