AxisLineStyleGetPath Method |
Gives the path where the hit test is successfull.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected GraphicsPath GetPath(
IPlotArea layer,
bool withTicks,
double inflateby
)
Parameters
- layer IPlotArea
[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisLineStyle.GetPath(Altaxo.Graph.Gdi.IPlotArea,System.Boolean,System.Double)"]
- withTicks Boolean
- If true, the selection path is not only drawn around the axis, but around the axis and the ticks.
- inflateby Double
- Value in points, that the calculated path is inflated.
Return Value
GraphicsPathThe graphics path of the selection rectangle.
See Also