Click or drag to resize

MapCanvas Constructor

Initializes a new instance of the MapCanvas class. Stores the parent map and adds listeners to the map viewport changed events.

Namespace:  Ptv.XServer.Controls.Map.Canvases
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected MapCanvas(
	MapView mapView
)

Parameters

mapView
Type: Ptv.XServer.Controls.MapMapView
The instance of the parent map.
See Also