"slideSize"
Defines the size of a slide.
Synopsis
shape.slideSize(dyn_int size);
Parameter
Parameter | Description |
---|---|
shape | Name of the object |
size | Width and height of the slide |
Description
Defines the size of a slide.
Example
main()
{
PictureFlow_ewo1.slideSize(makeDynInt(150,200));
}
Assignment
PictureFlow EWO