addZoomFrame
addZoomFrame(float x, float y, float width, float height, Slide slide) method
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. |
Returns
ZoomFrame
Exception
| Exception | Condition |
|---|
| ArgumentException | Referenced slide does not belong to the current presentation. |
addZoomFrame(float x, float y, float width, float height, Slide slide, PPImage image) method
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 |
Returns
ZoomFrame
Exception
| Exception | Condition |
|---|
| ArgumentException | Referenced slide does not belong to the current presentation. |