Click or drag to resize

StiContextDrawImage Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawImage(System.Byte[],System.Drawing.RectangleF)"]

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawImage(
	byte[] image,
	RectangleF rect
)

Parameters

image
Type: SystemByte

[Missing <param name="image"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawImage(System.Byte[],System.Drawing.RectangleF)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawImage(System.Byte[],System.Drawing.RectangleF)"]

See Also