Click or drag to resize

HostLayerHitTestWithLocalCoordinates Method

Performs hit testing using coordinates already transformed into the local layer space.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual IHitTestObject? HitTestWithLocalCoordinates(
	HitTestPointData localCoord,
	bool plotItemsOnly
)

Parameters

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

Return Value

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