Click or drag to resize

GraphDocumentPaint Method

Paints the graph using the specified 3D graphics context.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Paint(
	IGraphicsContext3D g
)

Parameters

g  IGraphicsContext3D
The graphics context.
See Also