Click or drag to resize

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
)

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