Click or drag to resize

RectangularObjectOutlineIsHittedBy Method

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

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

Parameters

hitData  HitTestPointData
The hit data.

Return Value

Boolean
True if the outline is hitted, otherwise false.

Implements

IObjectOutlineIsHittedBy(HitTestPointData)
See Also