CoordinateTransformingStyleBasePaint Method |
Paints the specified plot item collection from back to front.
Namespace: Altaxo.Graph.Gdi.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void Paint(
Graphics g,
IPaintContext paintContext,
IPlotArea layer,
PlotItemCollection coll
)
Parameters
- g Graphics
- The graphics context.
- paintContext IPaintContext
- The paint context.
- layer IPlotArea
- The plot layer.
- coll PlotItemCollection
- The plot item collection.
See Also