ICoordinateTransformingGroupStylePaintChild Method |
Paints the child of a plot item collection.
Namespace: Altaxo.Graph.Gdi.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void PaintChild(
Graphics g,
IPaintContext context,
IPlotArea layer,
PlotItemCollection collection,
int indexOfChild
)
Parameters
- g Graphics
- Graphics context used for drawing.
- context IPaintContext
- The paint context.
- layer IPlotArea
- Plot layer.
- collection PlotItemCollection
- Collection of plot items to draw.
- indexOfChild Int32
- Index of the item that should be painted in the collection.
See Also