Click or drag to resize

PlotItemCollectionHitTest Method

Performs hit testing for the collection.

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

Parameters

layer  IPlotArea
The plot layer.
hitpoint  HitTestPointData
The hit-test data.

Return Value

IHitTestObject
The hit-test object.

Implements

IGPlotItemHitTest(IPlotArea, HitTestPointData)
See Also