Click or drag to resize

UntiledCanvas Constructor (MapView, IUntiledProvider, Boolean)

Initializes a new instance of the UntiledCanvas class. If the parameter addToMap is set to true, the new canvas instance is added to the parent map.

Namespace:  Ptv.XServer.Controls.Map.Layers.Untiled
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public UntiledCanvas(
	MapView mapView,
	IUntiledProvider untiledProvider,
	bool addToMap
)

Parameters

mapView
Type: Ptv.XServer.Controls.MapMapView
The parent map instance.
untiledProvider
Type: Ptv.XServer.Controls.Map.Layers.UntiledIUntiledProvider
The instance of the provider delivering bitmaps of a map.
addToMap
Type: SystemBoolean
Indicates that the map should be inserted to the parent map initially.
See Also