Click or drag to resize

LinePlotStylePaintSymbol Method

Paints a sample symbol for this plot style.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RectangleF PaintSymbol(
	Graphics g,
	RectangleF bounds
)

Parameters

g  Graphics
The graphics context.
bounds  RectangleF
The bounds used to paint the sample symbol.

Return Value

RectangleF
The bounds occupied by the painted symbol.

Implements

IG2DPlotStylePaintSymbol(Graphics, RectangleF)
See Also