Represents visual elements of a map that can be drawn and hit-tested.
The following tables list the members exposed by the MapElement type.
Public Constructors
Public Properties
|
Name |
Description |
|
FontName |
Gets or sets the name of the font used to render the label of this element. |
|
FontSize |
Gets or sets the size of the font used to render the label of this element. |
|
Label |
Gets or sets the label of this map element. |
Protected Methods
|
Name |
Description |
|
Draw |
Draws this map element on the specified drawing surface. |
|
DrawLabel |
Draws the label of this map element. |
|
Highlight |
Draws a highlight of this map element. |
|
HitTest |
Tests whether this map element contains the specified point. |
See Also
|