Click or drag to resize

IG3DPlotStylePaint Method

Paints the style.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Paint(
	IGraphicsContext3D g,
	IPlotArea layer,
	Processed3DPlotData pdata,
	Processed3DPlotData? prevItemData,
	Processed3DPlotData? nextItemData
)

Parameters

g  IGraphicsContext3D
The graphics.
layer  IPlotArea
Area to plot to
pdata  Processed3DPlotData
The preprocessed plot data used for plotting.
prevItemData  Processed3DPlotData
Plot data of the previous plot item.
nextItemData  Processed3DPlotData
Plot data of the next plot item.
See Also