UntiledLayerUpdateMapObjects Method |
Takes all parameters into members, commonly provided by the corresponding provider.
Namespace:
Ptv.XServer.Controls.Map.Layers.Untiled
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax protected void UpdateMapObjects(
IEnumerable<IMapObject> newMapObjects,
Size requestedSize
)
Protected Sub UpdateMapObjects (
newMapObjects As IEnumerable(Of IMapObject),
requestedSize As Size
)
protected:
void UpdateMapObjects(
IEnumerable<IMapObject^>^ newMapObjects,
Size requestedSize
)
member UpdateMapObjects :
newMapObjects : IEnumerable<IMapObject> *
requestedSize : Size -> unit
Parameters
- newMapObjects
- Type: System.Collections.GenericIEnumerableIMapObject
Set of map objects which can be used for showing tool tips. - requestedSize
- Type: System.WindowsSize
The size of the map image.
See Also