PlotItemCollectionPaintChild Method |
Paints the specified child plot item.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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