AxisLabelStyleHitTest(IPlotArea, PointD2D) Method |
Performs a point-based hit test on the painted labels.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual IHitTestObject? HitTest(
IPlotArea layer,
PointD2D pt
)
Parameters
- layer IPlotArea
- The plot layer.
- pt PointD2D
- The point to test.
Return Value
IHitTestObjectA hit test object if the point hits a label; otherwise,
null.
See Also