Click or drag to resize

StiTableRectangleGeom Constructor

Initializes a new instance of the StiTableRectangleGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTableRectangleGeom(
	Color color,
	RectangleF rect
)

Parameters

color
Type: System.DrawingColor

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

rect
Type: System.DrawingRectangleF

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

See Also