Click or drag to resize

StiImageGeom Constructor

Initializes a new instance of the StiImageGeom class

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

Parameters

rect
Type: System.DrawingRectangleF

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

image
Type: SystemByte

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

See Also