Click or drag to resize

BarGraphPlotStylePaintSymbol Method

Paints a legend symbol and returns the used bounds.

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

Parameters

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

Return Value

RectangleD3D
The bounds used for drawing the legend symbol.

Implements

IG3DPlotStylePaintSymbol(IGraphicsContext3D, RectangleD3D)
See Also