AxisLineStyleHitTest(IPlotArea, HitTestRectangularData, Boolean) Method |
Performs a rectangular hit test on the axis line.
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 hitData,
bool withTicks
)
Parameters
- layer IPlotArea
- The plot layer.
- hitData HitTestRectangularData
- The rectangular hit test data.
- withTicks Boolean
- If set to true, ticks are included in the hit test region.
Return Value
IHitTestObjectA hit test object if the rectangle covers the axis; otherwise,
null.
See Also