AxisLineStyleGetOffset Method |
GetOffset returns the distance of the axis to the layer edge in points
in most cases, the axis position is exactly onto the layer edge and offset is zero,
if the axis is outside the layer, offset is a positive value,
if the axis is shifted inside the layer, offset is negative
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public float GetOffset(
SizeF layerSize
)
Parameters
- layerSize SizeF
[Missing <param name="layerSize"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisLineStyle.GetOffset(System.Drawing.SizeF)"]
Return Value
Single[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisLineStyle.GetOffset(System.Drawing.SizeF)"]
See Also