Click or drag to resize

G3DPlotItemHitTest Method

Test wether the mouse hits a plot item.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override IHitTestObject? HitTest(
	IPlotArea layer,
	HitTestPointData hitpoint
)

Parameters

layer  IPlotArea
The layer in which this plot item is drawn into.
hitpoint  HitTestPointData
The point where the mouse is pressed.

Return Value

IHitTestObject
Null if no hit, or a IHitTestObject if there was a hit.

Implements

IGPlotItemHitTest(IPlotArea, HitTestPointData)
See Also