Click or drag to resize

StiComponentDesignerCreateComponent Method

Creates a component of the specified type.

Namespace:  Stimulsoft.Report.Components.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual StiComponent CreateComponent(
	Type componentType,
	RectangleD region
)

Parameters

componentType
Type: SystemType
Type of conmponent being ceated.
region
Type: Stimulsoft.Base.DrawingRectangleD
The rectangle describes the component size.

Return Value

Type: StiComponent
Created component.

Implements

IStiComponentDesignerCreateComponent(Type, RectangleD)
See Also