GraphDocumentPaint Method |
Paints the graph using the specified 3D graphics context.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Paint(
IGraphicsContext3D g
)
Parameters
- g IGraphicsContext3D
- The graphics context.
See Also