Click or drag to resize

CoordinateTransformingStyleBasePaint Method

Paints the specified plot item collection from back to front.

Namespace: Altaxo.Graph.Gdi.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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