Click or drag to resize

ShapeGroupEhHitDoubleClick Method

Handles a double-click on a hit-tested shape group.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static bool EhHitDoubleClick(
	IHitTestObject o
)

Parameters

o  IHitTestObject
The hit test object.

Return Value

Boolean
if the double-click was handled; otherwise, .
See Also