Click or drag to resize

StiPdfGeomWriterDrawImage Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawImage(
	Image img,
	RectangleF rect
)

Parameters

img
Type: System.DrawingImage

[Missing <param name="img"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)"]

Implements

IStiExportGeomWriterDrawImage(Image, RectangleF)
See Also