Click or drag to resize

AxisLabelStyleAdjustRectangle Method

Adjusts a rectangle according to the specified horizontal and vertical alignment.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AdjustRectangle(
	ref RectangleD2D r,
	StringAlignment horz,
	StringAlignment vert
)

Parameters

r  RectangleD2D
The rectangle to adjust.
horz  StringAlignment
The horizontal alignment.
vert  StringAlignment
The vertical alignment.
See Also