Click or drag to resize

GraphicBaseHitTest(HitTestPointData) Method

Tests a mouse click, whether or not it hits the object.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IHitTestObject? HitTest(
	HitTestPointData hitData
)

Parameters

hitData  HitTestPointData
Data containing the position of the click and the transformations.

Return Value

IHitTestObject
Null if the object is not hitted. Otherwise data to further process the hitted object.

Implements

IGraphicBaseHitTest(HitTestPointData)
See Also