Click or drag to resize

PlotItemCollectionPaintChild Method

Paints the specified child plot item.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void PaintChild(
	Graphics g,
	IPaintContext paintContext,
	IPlotArea layer,
	int indexOfChild
)

Parameters

g  Graphics
The graphics context.
paintContext  IPaintContext
The paint context.
layer  IPlotArea
The plot layer.
indexOfChild  Int32
The child index.
See Also