Click or drag to resize

IObjectOutlineIsHittedBy Method

Determines whether this outline is hitted by the specified hit data.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsHittedBy(
	HitTestPointData hitData
)

Parameters

hitData  HitTestPointData
The hit data.

Return Value

Boolean
True if the outline is hitted, otherwise false.
See Also