Click or drag to resize

StiTableImageGeom Constructor

Initializes a new instance of the StiTableImageGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTableImageGeom(
	Image image,
	RectangleF rect
)

Parameters

image
Type: System.DrawingImage

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

rect
Type: System.DrawingRectangleF

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

See Also