Click or drag to resize

TextGraphicMeasureBackground Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Shapes.TextGraphic.MeasureBackground(System.Drawing.Graphics,System.Double,System.Double)"]


Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void MeasureBackground(
	Graphics g,
	double textWidth,
	double textHeight
)

Parameters

g  Graphics

[Missing <param name="g"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.TextGraphic.MeasureBackground(System.Drawing.Graphics,System.Double,System.Double)"]

textWidth  Double

[Missing <param name="textWidth"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.TextGraphic.MeasureBackground(System.Drawing.Graphics,System.Double,System.Double)"]

textHeight  Double

[Missing <param name="textHeight"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.TextGraphic.MeasureBackground(System.Drawing.Graphics,System.Double,System.Double)"]

See Also