Click or drag to resize

ShapeGroupPaint Method

Paint the shape group in the graphic context.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void Paint(
	IGraphicsContext3D g,
	IPaintContext paintContext
)

Parameters

g  IGraphicsContext3D
Graphic context.
paintContext  IPaintContext
The paint context.

Implements

IGraphicBasePaint(IGraphicsContext3D, IPaintContext)
See Also