DataMeshPlotStylePaint Method |
Paint the density image in the layer.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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