Click or drag to resize

BarGraphPlotStylePaintSymbol Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.BarGraphPlotStyle.PaintSymbol(System.Drawing.Graphics,System.Drawing.RectangleF)"]


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

Parameters

g  Graphics

[Missing <param name="g"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.BarGraphPlotStyle.PaintSymbol(System.Drawing.Graphics,System.Drawing.RectangleF)"]

bounds  RectangleF

[Missing <param name="bounds"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.BarGraphPlotStyle.PaintSymbol(System.Drawing.Graphics,System.Drawing.RectangleF)"]

Return Value

RectangleF

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.BarGraphPlotStyle.PaintSymbol(System.Drawing.Graphics,System.Drawing.RectangleF)"]

Implements

IG2DPlotStylePaintSymbol(Graphics, RectangleF)
See Also