Click or drag to resize

ShapeCanvas Constructor

Initializes a new instance of the ShapeCanvas class

Namespace:  Ptv.XServer.Controls.Map.Layers.Shapes
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public ShapeCanvas(
	MapView mapView,
	ObservableCollection shapes,
	void spatialReferenceId,
	FrameworkElement lazyUpdate,
	string addToMap = true,
	bool localOffset = null
)

Parameters

mapView
Type: Ptv.XServer.Controls.MapMapView
shapes
Type: System.Collections.ObjectModelObservableCollectionT
spatialReferenceId
Type: SystemVoid
lazyUpdate
Type: System.WindowsFrameworkElement
addToMap (Optional)
Type: SystemString
localOffset (Optional)
Type: SystemBoolean
See Also