Click or drag to resize

PlotItemCollectionPaint Method

Paints all contained plot items.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Paint(
	IGraphicsContext3D g,
	IPaintContext context,
	IPlotArea layer,
	IGPlotItem? previousPlotItem,
	IGPlotItem? nextPlotItem
)

Parameters

g  IGraphicsContext3D
The graphics context used for drawing.
context  IPaintContext
The paint context.
layer  IPlotArea
The plot layer.
previousPlotItem  IGPlotItem
The previous plot item.
nextPlotItem  IGPlotItem
The next plot item.

Implements

IGPlotItemPaint(IGraphicsContext3D, IPaintContext, IPlotArea, IGPlotItem, IGPlotItem)
See Also