Click or drag to resize

CoordinateTransformingStyleBasePaint Method

Paints the plot items in reverse order.

Namespace: Altaxo.Graph.Graph3D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void Paint(
	IGraphicsContext3D g,
	IPaintContext paintContext,
	IPlotArea layer,
	PlotItemCollection coll
)

Parameters

g  IGraphicsContext3D
The graphics context.
paintContext  IPaintContext
The paint context.
layer  IPlotArea
The plot layer.
coll  PlotItemCollection
The plot-item collection.
See Also