Click or drag to resize

AxisLineStyleHitTest(IPlotArea, HitTestRectangularData, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisLineStyle.HitTest(Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.HitTestRectangularData,System.Boolean)"]


Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IHitTestObject? HitTest(
	IPlotArea layer,
	HitTestRectangularData hitData,
	bool withTicks
)

Parameters

layer  IPlotArea

[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisLineStyle.HitTest(Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.HitTestRectangularData,System.Boolean)"]

hitData  HitTestRectangularData

[Missing <param name="hitData"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisLineStyle.HitTest(Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.HitTestRectangularData,System.Boolean)"]

withTicks  Boolean

[Missing <param name="withTicks"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisLineStyle.HitTest(Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.HitTestRectangularData,System.Boolean)"]

Return Value

IHitTestObject

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisLineStyle.HitTest(Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.HitTestRectangularData,System.Boolean)"]

See Also