Click or drag to resize

XYPlotLayerHitTest(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 override 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