Click or drag to resize

HostLayerHitTest(HitTestPointData, Boolean) Method

Performs hit testing with point-based hit data.

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

Parameters

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

Return Value

IHitTestObject
The hit test object, or null.
See Also