Click or drag to resize

StiRichTextGdiPainterPaintBackground Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiRichTextGdiPainter.PaintBackground(Stimulsoft.Report.Components.StiRichText,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(
	StiRichText text,
	Graphics g,
	RectangleD rect
)

Parameters

text
Type: Stimulsoft.Report.ComponentsStiRichText

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

g
Type: System.DrawingGraphics

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

rect
Type: Stimulsoft.Base.DrawingRectangleD

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

See Also