AxisLabelStyleHitTest(IPlotArea, HitTestRectangularData) Method |
Performs a rectangular 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,
HitTestRectangularData parentHitData
)
Parameters
- layer IPlotArea
- The plot layer.
- parentHitData HitTestRectangularData
- The rectangular hit test data.
Return Value
IHitTestObjectA hit test object if the labels are covered; otherwise,
null.
See Also