Click or drag to resize

DateTimeColumnStylePaint(Graphics, Rectangle, Int32, DataColumn, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Worksheet.DateTimeColumnStyle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,Altaxo.Data.DataColumn,System.Boolean)"]


Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void Paint(
	Graphics dc,
	Rectangle cellRectangle,
	int nRow,
	DataColumn data,
	bool bSelected
)

Parameters

dc  Graphics

[Missing <param name="dc"/> documentation for "M:Altaxo.Worksheet.DateTimeColumnStyle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,Altaxo.Data.DataColumn,System.Boolean)"]

cellRectangle  Rectangle

[Missing <param name="cellRectangle"/> documentation for "M:Altaxo.Worksheet.DateTimeColumnStyle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,Altaxo.Data.DataColumn,System.Boolean)"]

nRow  Int32

[Missing <param name="nRow"/> documentation for "M:Altaxo.Worksheet.DateTimeColumnStyle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,Altaxo.Data.DataColumn,System.Boolean)"]

data  DataColumn

[Missing <param name="data"/> documentation for "M:Altaxo.Worksheet.DateTimeColumnStyle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,Altaxo.Data.DataColumn,System.Boolean)"]

bSelected  Boolean

[Missing <param name="bSelected"/> documentation for "M:Altaxo.Worksheet.DateTimeColumnStyle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,Altaxo.Data.DataColumn,System.Boolean)"]

See Also