IControlCollectionAddControl Method

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
IControl AddControl(
	ControlType controlType,
	float x,
	float y,
	float width,
	float height
)

Parameters

controlType
Type: Aspose.SlidesControlType
x
Type: SystemSingle
y
Type: SystemSingle
width
Type: SystemSingle
height
Type: SystemSingle

Return Value

Type: IControl
See Also