getViewportSize method
Use this method to retrieve The value that was set for the viewport.
If the viewport is not set explicitly using e.g. using Eyes.setViewportSize, then this method may only be called after a call to Eyes.open
Syntax
RectangleSize value = eyes.getViewportSize();
Parameters
This method does not take any parameters.Return value
- Type: RectangleSize