MapLayer Methods |
The MapLayer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | |
![]() | AddRange(IEnumerableMapVisualElement) |
Adds the specified overlays to the layer.
|
![]() | AddRange(MapVisualElement) |
Adds the specified overlays to the layer.
|
![]() | BeginUpdate |
Suspends updates.
|
![]() | Clear | |
![]() | Contains | |
![]() | CopyTo | |
![]() | EndUpdate |
Resumes updates and performs an update.
|
![]() | EndUpdate(Boolean) |
Resumes updates and performs an update based on the provided parameter
|
![]() | GetEnumerator | |
![]() | HitTest(PointG) |
Hit tests the overlays in the layer.
|
![]() | HitTest(PointL) |
Hit tests the overlays in the layer.
|
![]() | HitTest(PointG, PointL) |
Hit tests the overlays in the layer.
|
![]() | Invalidate | |
![]() | OverlayLocationChanged |
Called when the location property of an overlay changes.
|
![]() | Paint |
Paints the layer to the specified graphics.
|
![]() | Remove | |
![]() | UpdateOverlaysColorizerColor |
Updates the colorizer color of all overlays.
|
![]() | ViewportUpdated |
Called when the viewport is updated.
|
Name | Description | |
---|---|---|
![]() | AddRangeMapVisualElement |
Adds the given range of items to the current collection.
(Defined by CommonExtensions.) |
![]() | CloneMapVisualElement |
Clones the list.
(Defined by CommonExtensions.) |
![]() | ContainsAnyMapVisualElement |
Checks for the occurrence of the given items in the collection.
(Defined by CommonExtensions.) |
![]() | ForEachMapVisualElement |
Executes the action for each item in the collection.
(Defined by CommonExtensions.) |