Click or drag to resize

G3DPlotItemPaintSymbol Method

Paints a legend symbol for this plot item.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void PaintSymbol(
	IGraphicsContext3D g,
	RectangleD3D location
)

Parameters

g  IGraphicsContext3D
The graphics context used for drawing.
location  RectangleD3D
The legend-symbol bounds.

Implements

IGPlotItemPaintSymbol(IGraphicsContext3D, RectangleD3D)
See Also