IControlCollectionAddControl Method |
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxIControl AddControl(
ControlType controlType,
float x,
float y,
float width,
float height
)
Function AddControl (
controlType As ControlType,
x As Single,
y As Single,
width As Single,
height As Single
) As IControl
IControl^ AddControl(
ControlType controlType,
float x,
float y,
float width,
float height
)
abstract AddControl :
controlType : ControlType *
x : float32 *
y : float32 *
width : float32 *
height : float32 -> IControl
Parameters
- controlType
- Type: Aspose.SlidesControlType
- x
- Type: SystemSingle
- y
- Type: SystemSingle
- width
- Type: SystemSingle
- height
- Type: SystemSingle
Return Value
Type:
IControl
See Also