Click or drag to resize

DataMeshPlotStylePaint Method

Paint the density image in the layer.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Paint(
	IGraphicsContext3D gfrx,
	IPlotArea gl,
	Object plotObject
)

Parameters

gfrx  IGraphicsContext3D
The graphics context painting in.
gl  IPlotArea
The layer painting in.
plotObject  Object
The data to plot.
See Also