Click or drag to resize

PlotItemPaintSymbol Method

Paints a symbol for this plot item for use in a legend.

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

Parameters

g  IGraphicsContext3D
The graphics context.
location  RectangleD3D
The rectangle where the symbol should be painted into.

Implements

IGPlotItemPaintSymbol(IGraphicsContext3D, RectangleD3D)
See Also