Click or drag to resize

HostLayerPaint Method

Paints this layer and its graph objects.

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

Parameters

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

Implements

IGraphicBasePaint(IGraphicsContext3D, IPaintContext)
See Also