TextGraphicMeasureBackground Method |
Measures the background geometry for the specified text size.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void MeasureBackground(
Graphics g,
double textWidth,
double textHeight
)
Parameters
- g Graphics
- The graphics context.
- textWidth Double
- The measured text width.
- textHeight Double
- The measured text height.
See Also