Click or drag to resize

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
)

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