Click or drag to resize

TextGraphicMeasureBackground Method

Measures the background geometry for the specified text size.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected 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