Click or drag to resize

StiPageGdiPainterPaintText Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.PaintText(Stimulsoft.Report.Components.StiWatermark,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Double,System.Boolean)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void PaintText(
	StiWatermark watermark,
	Graphics g,
	RectangleD rect,
	double zoom,
	bool isPrinting
)

Parameters

watermark
Type: Stimulsoft.Report.ComponentsStiWatermark

[Missing <param name="watermark"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.PaintText(Stimulsoft.Report.Components.StiWatermark,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Double,System.Boolean)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.PaintText(Stimulsoft.Report.Components.StiWatermark,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Double,System.Boolean)"]

rect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.PaintText(Stimulsoft.Report.Components.StiWatermark,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Double,System.Boolean)"]

zoom
Type: SystemDouble

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.PaintText(Stimulsoft.Report.Components.StiWatermark,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Double,System.Boolean)"]

isPrinting
Type: SystemBoolean

[Missing <param name="isPrinting"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.PaintText(Stimulsoft.Report.Components.StiWatermark,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Double,System.Boolean)"]

See Also