Click or drag to resize

HostLayerHitTest(HitTestPointData, Boolean) Method

Performs hit testing against this layer.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IHitTestObject? HitTest(
	HitTestPointData parentCoord,
	bool plotItemsOnly
)

Parameters

parentCoord  HitTestPointData
The hit-test data in parent coordinates.
plotItemsOnly  Boolean
If set to , only plot items are considered.

Return Value

IHitTestObject
The matching hit-test object, or .
See Also