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
)
Protected Sub New (
mapView As MapView
)
protected:
MapCanvas(
MapView^ mapView
)
new :
mapView : MapView -> MapCanvas
Parameters
- mapView
- Type: Ptv.XServer.Controls.MapMapView
The instance of the parent map.
See Also