GridPlaneCollectionPaintBackground Method |
Paints only the background of all planes (but not the grid).
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void PaintBackground(
IGraphicsContext3D g,
IPlotArea layer
)
Parameters
- g IGraphicsContext3D
- The graphics context.
- layer IPlotArea
- The layer.
See Also