Click or drag to resize

StiTableCellTextGdiPainterPaintBackground Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintBackground(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void PaintBackground(
	StiTableCell text,
	Graphics g,
	RectangleD rect
)

Parameters

text
Type: Stimulsoft.Report.Components.TableStiTableCell

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintBackground(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintBackground(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

rect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintBackground(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

See Also