ScreenCanvas Constructor (MapView, Boolean) |
Initializes a new instance of the
ScreenCanvas class. If the second parameter
addToMap is set to true, the new screen canvas is added to the parent map.
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,
bool addToMap
)
Protected Sub New (
mapView As MapView,
addToMap As Boolean
)
protected:
ScreenCanvas(
MapView^ mapView,
bool addToMap
)
new :
mapView : MapView *
addToMap : bool -> ScreenCanvas
Parameters
- mapView
- Type: Ptv.XServer.Controls.MapMapView
The instance of the parent map. - addToMap
- Type: SystemBoolean
Indicates that the canvas should be inserted to the parent map immediately.
See Also