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