Click or drag to resize

IGraphicBasePaint Method

Paints the graphic.

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

Parameters

g  IGraphicsContext3D
The graphics context.
context  IPaintContext
The paint context.
See Also