AxisLabelStyleAdjustRectangle Method |
Adjusts a rectangle according to the specified horizontal and vertical alignment.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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