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

NameTypeDescription
xfloatX coordinate of a new Zoom frame {@code float}.
yfloatY coordinate of a new Zoom frame {@code float}.
widthfloatWidth of a new Zoom frame {@code float}.
heightfloatHeight of a new Zoom frame {@code float}.
slideSlideThe slide object referenced by the Zoom frame ISlide.

Result

ZoomFrame

Error

ErrorCondition
ArgumentExceptionReferenced 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

NameTypeDescription
xfloatX coordinate of a new Zoom frame {@code float}.
yfloatY coordinate of a new Zoom frame {@code float}.
widthfloatWidth of a new Zoom frame {@code float}.
heightfloatHeight of a new Zoom frame {@code float}.
slideSlideThe slide object referenced by the Zoom frame ISlide.
imagePPImageThe image for the referenced slide IPPImage

Result

ZoomFrame

Error

ErrorCondition
ArgumentExceptionReferenced slide does not belong to the current presentation.