GraphicBaseHitTest Method |
Tests a mouse click, whether or not it hits the object.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic virtual IHitTestObject? HitTest(
HitTestPointData parentHitData
)
Parameters
- parentHitData HitTestPointData
- Data containing the position of the click and the transformations.
Return Value
IHitTestObjectNull if the object is not hitted. Otherwise data to further process the hitted object.
Implements
IGraphicBaseHitTest(HitTestPointData)
See Also