Click or drag to resize

IHitTestObjectOnDoubleClick Method

This function is called if a double click to the object occured.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool OnDoubleClick()

Return Value

Boolean
False normally, true if this hit test object should be deleted from the list (for instance if the object itself was deleted).
See Also