ICoordinateTransformingGroupStylePaintPreprocessing Method |
Prepare the paint of the plot items that belongs to this group style.
Namespace: Altaxo.Graph.Graph3D.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void PaintPreprocessing(
IPaintContext paintContext,
IPlotArea layer,
PlotItemCollection coll
)
Parameters
- paintContext IPaintContext
- The paint context
- layer IPlotArea
- Plot layer.
- coll PlotItemCollection
- Collection of plot items to draw.
See Also