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| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the MapElement class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the label of this map element. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
Draws this map element on the specified drawing surface. |
|
![]() |
Draws the label of this map element. |
|
![]() |
Draws a highlight of this map element. |
|
![]() |
Tests whether this map element contains the specified point. |
See Also