ScreenCanvas Constructor (MapView) |
Namespace:
Ptv.XServer.Controls.Map.Canvases
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax protected ScreenCanvas(
MapView mapView
)
Protected Sub New (
mapView As MapView
)
protected:
ScreenCanvas(
MapView^ mapView
)
new :
mapView : MapView -> ScreenCanvas
Parameters
- mapView
- Type: Ptv.XServer.Controls.MapMapView
The instance of the parent map.
See Also