Click or drag to resize

TiledCanvas Constructor

Initializes a new instance of the TiledCanvas class. By default, the instance is using threading (UseThreading = true).

Namespace:  Ptv.XServer.Controls.Map.Layers.Tiled
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public TiledCanvas(
	MapView mapView,
	ITiledProvider tiledProvider
)

Parameters

mapView
Type: Ptv.XServer.Controls.MapMapView
Parent map object associated to this tile canvas.
tiledProvider
Type: Ptv.XServer.Controls.Map.Layers.TiledITiledProvider
Object providing the tiles.
See Also