Click or drag to resize

IGraphicBaseHitTest Method

Tests whether the graphic is hit by the specified hit data.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
IHitTestObject? HitTest(
	HitTestPointData hitData
)

Parameters

hitData  HitTestPointData
The hit-test data.

Return Value

IHitTestObject
The hit-test object, or .
See Also