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