Click or drag to resize

StiComponent Constructor (RectangleD)

Creates a new component of the type StiComponent with the specified location.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiComponent(
	RectangleD rect
)

Parameters

rect
Type: Stimulsoft.Base.DrawingRectangleD
Rectangle describes size and position of the component.
See Also