addZoomFrame
addZoomFrame(float x, float y, float width, float height, Slide slide) function
Adds a new Zoom object to the end of a collection.
Parameters
| Name | Type | Description |
|---|
| x | float | X coordinate of a new Zoom frame {@code float}. |
| y | float | Y coordinate of a new Zoom frame {@code float}. |
| width | float | Width of a new Zoom frame {@code float}. |
| height | float | Height of a new Zoom frame {@code float}. |
| slide | Slide | The slide object referenced by the Zoom frame ISlide. |
Result
ZoomFrame
Error
| Error | Condition |
|---|
| ArgumentException | Referenced slide does not belong to the current presentation. |
addZoomFrame(float x, float y, float width, float height, Slide slide, PPImage image) function
Adds a new Zoom object to the end of a collection.
Parameters
| Name | Type | Description |
|---|
| x | float | X coordinate of a new Zoom frame {@code float}. |
| y | float | Y coordinate of a new Zoom frame {@code float}. |
| width | float | Width of a new Zoom frame {@code float}. |
| height | float | Height of a new Zoom frame {@code float}. |
| slide | Slide | The slide object referenced by the Zoom frame ISlide. |
| image | PPImage | The image for the referenced slide IPPImage |
Result
ZoomFrame
Error
| Error | Condition |
|---|
| ArgumentException | Referenced slide does not belong to the current presentation. |