DataMeshPlotStylePaint(IGraphicsContext3D, IPlotArea, XYZMeshedColumnPlotData) Method |
Paint the density image in the layer.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Paint(
IGraphicsContext3D gfrx,
IPlotArea gl,
XYZMeshedColumnPlotData myPlotAssociation
)
Parameters
- gfrx IGraphicsContext3D
- The graphics context painting in.
- gl IPlotArea
- The layer painting in.
- myPlotAssociation XYZMeshedColumnPlotData
- The meshed column plot data.
See Also