Click or drag to resize

TextGraphicPaintBackground Method

Paints the background of the text graphic.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void PaintBackground(
	Graphics g
)

Parameters

g  Graphics
The graphics context.
See Also