AxisLineStyleGetSelectionPath 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 public virtual GraphicsPath GetSelectionPath(
IPlotArea layer,
bool withTicks
)
Parameters
- layer IPlotArea
[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisLineStyle.GetSelectionPath(Altaxo.Graph.Gdi.IPlotArea,System.Boolean)"]
- withTicks Boolean
- If true, the selection path is not only drawn around the axis, but around the axis and the ticks.
Return Value
GraphicsPathThe graphics path of the selection rectangle.
See Also