IObjectOutlineIsHittedBy Method |
Determines whether this outline is hitted by the specified hit data.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool IsHittedBy(
HitTestPointData hitData
)
Parameters
- hitData HitTestPointData
- The hit data.
Return Value
BooleanTrue if the outline is hitted, otherwise false.
See Also