"addSlide"
Adds a new slide with a picture to the PictureFlow EWO.
Synopsis
shape.addSlide(string fileName);
Parameter
| Parameter | Description |
|---|---|
| shape | Name of the object |
| fileName | File name with path (starting from the /pictures directory) of the picture which shall be added. |
Description
Adds a new slide with a picture to the PictureFlow EWO.
Example
main()
{
PictureFlow_ewo1.addSlide("PlantIcons/binocular_3.gif");
}
Assignment
PictureFlow EWO