Click or drag to resize

StiPageGdiPainterPaintImage Method

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

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

Parameters

report
Type: Stimulsoft.ReportStiReport

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

watermark
Type: Stimulsoft.Report.ComponentsStiWatermark

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

g
Type: System.DrawingGraphics

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

rect
Type: Stimulsoft.Base.DrawingRectangleD

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

zoom
Type: SystemDouble

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

See Also