Click or drag to resize

IGPlotItemPaintSymbol 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#
void PaintSymbol(
	IGraphicsContext3D g,
	RectangleD3D location
)

Parameters

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