Click or drag to resize

AxisStyleCollectionPaint Method

Paints all axis styles in the specified plot area.

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

Parameters

g  IGraphicsContext3D
The graphics context.
paintContext  IPaintContext
The paint context.
layer  IPlotArea
The plot area.
See Also