Click or drag to resize

GridPlaneCollectionPaintBackground Method

Paints only the background of all planes (but not the grid).

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void PaintBackground(
	IGraphicsContext3D g,
	IPlotArea layer
)

Parameters

g  IGraphicsContext3D
The graphics context.
layer  IPlotArea
The layer.
See Also