Click or drag to resize

UntiledCanvas Constructor (MapView, IUntiledProvider)

Initializes a new instance of the UntiledCanvas class. This method initializes the maximum request size for map bitmaps to 2048 x 2048 pixels.

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
)

Parameters

mapView
Type: Ptv.XServer.Controls.MapMapView
The parent map instance.
untiledProvider
Type: Ptv.XServer.Controls.Map.Layers.UntiledIUntiledProvider
The instance of the provider, which delivers untiled bitmaps.
See Also