Click or drag to resize

TextGraphicPaint(IGraphicsContext3D, IPaintContext, Boolean) Method

Paints the text graphic.

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

Parameters

g  IGraphicsContext3D
The graphics context.
paintContext  IPaintContext
The paint context.
bForPreview  Boolean
If set to true, paints in preview mode.
See Also