AxisLineStyleHitTest(IPlotArea, PointD2D, Boolean) Method |
Performs a point-based 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,
PointD2D pt,
bool withTicks
)
Parameters
- layer IPlotArea
- The plot layer.
- pt PointD2D
- The point to test.
- withTicks Boolean
- If set to true, ticks are included in the hit test region.
Return Value
IHitTestObjectA hit test object if the point hits the axis; otherwise,
null.
See Also