Click or drag to resize

G2DPlotItemPaintSymbol Method

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


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

Parameters

g  Graphics

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

location  RectangleF

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

Implements

IGPlotItemPaintSymbol(Graphics, RectangleF)
See Also