Click or drag to resize

TextGraphicPaintBackground Method

Paints the configured background.

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

Parameters

g  IGraphicsContext3D
The graphics context used for drawing.
See Also