ICoordinateTransformingGroupStylePaintChild Method |
Paints the child of a plot item collection.
Namespace: Altaxo.Graph.Graph3D.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void PaintChild(
IGraphicsContext3D g,
IPaintContext context,
IPlotArea layer,
PlotItemCollection collection,
int indexOfChild
)
Parameters
- g IGraphicsContext3D
- 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