Click or drag to resize

TextGraphicPaint(Graphics, IPaintContext, Boolean) Method

Paints the text graphic.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Paint(
	Graphics g,
	IPaintContext paintContext,
	bool bForPreview
)

Parameters

g  Graphics
The graphics context.
paintContext  IPaintContext
The paint context.
bForPreview  Boolean
If set to true, paints for preview purposes.
See Also