A Windows Forms control used to draw maps.
The following tables list the members exposed by the MapView type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the MapView class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets the background color for the control. |
|
![]() |
Gets or sets the Map displayed in the first layer of this view. |
|
![]() |
Specifies how the view interprets mouse input. |
|
![]() |
Gets or sets whether labels of map elements should be drawn after rendering all layers |
|
![]() |
Gets the list of layers displayed in this view. |
|
![]() |
Gets or sets the license key of the control. |
|
![]() |
Specifies the size of the image tiles of the map. Image maps can be split into multuple images to avoid problems with large images. |
|
![]() |
Gets or sets the current zoom level. |
Name | Description | |
---|---|---|
![]() |
Clears cached bitmaps generated to represent current street-map. |
|
![]() |
Converts a point from the control's client coordinates to map coordinates. |
|
![]() |
Overloaded. |
|
![]() |
Converts a point from the map coordinates to control's client coordinates. |
|
![]() |
Raises the MapElementClick event. |
|
![]() |
Raises the MapElementHover event. |
|
![]() |
Overloaded. |
|
![]() |
Sets the map zoom level. |
|
![]() |
Overloaded. |
Name | Description | |
---|---|---|
![]() |
Raises the BeginLoad event. |
|
![]() |
Raises the EndLoad event. |
|
![]() |
Raises the MapElementClick event. |
|
![]() |
Raises the MapElementHover event. |
|
![]() |
Control.OnMouseDown override. |
|
![]() |
Control.OnMouseMove override. |
|
![]() |
Control.OnMouseUp override. |
|
![]() |
Control.OnMouseWheel override. |
|
![]() |
Control.OnPaint override. |
|
![]() |
Control.OnResize override. |
Name | Description | |
---|---|---|
![]() |
Raised when the user clicks a map element. |
|
![]() |
Raised when the mouse rests over a map element. |