Click or drag to resize

XYZPlotLayerContentsControllerPlotItems_DragEnded Method

Ends a drag operation for plot items.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void PlotItems_DragEnded(
	bool isCopy,
	bool isMove
)

Parameters

isCopy  Boolean
If set to true, the drag operation completed as a copy.
isMove  Boolean
If set to true, the drag operation completed as a move.
See Also