Click or drag to resize

ColumnStylePaintBackground Method

[Missing <summary> documentation for "M:Altaxo.Worksheet.ColumnStyle.PaintBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)"]


Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void PaintBackground(
	Graphics dc,
	Rectangle cellRectangle,
	bool bSelected
)

Parameters

dc  Graphics

[Missing <param name="dc"/> documentation for "M:Altaxo.Worksheet.ColumnStyle.PaintBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)"]

cellRectangle  Rectangle

[Missing <param name="cellRectangle"/> documentation for "M:Altaxo.Worksheet.ColumnStyle.PaintBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)"]

bSelected  Boolean

[Missing <param name="bSelected"/> documentation for "M:Altaxo.Worksheet.ColumnStyle.PaintBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)"]

See Also