"setSlide"
Allows to change the image of an existing slide.
Synopsis
shape.setSlide(int index, string fileName);
Parameter
| Parameter | Description |
|---|---|
| shape | Name of the object |
| index | Slide index |
| fileName | File name including path to the image (starting from the /pictures directory) |
Description
Allows to change the image of an existing slide.
Example
main()
{
PictureFlow_ewo1.setSlide(4, "PlantIcons/binocular_3.gif");
}
Assignment
PictureFlow EWO