IStiComponentDesignerCreateComponent Method |
Creates a component of the specified type.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax StiComponent CreateComponent(
Type componentType,
RectangleD region
)
Function CreateComponent (
componentType As Type,
region As RectangleD
) As StiComponent
Parameters
- componentType
- Type: SystemType
Type of conmponent being ceated. - region
- Type: Stimulsoft.Base.DrawingRectangleD
The rectangle describes the component size.
Return Value
Type:
StiComponentCreated component.
See Also