Scratch for Java

Camera::setZoomLimit()

Sets the zoom limits

Syntax

Java

.setZoomLimit(low, high)

Parameters

Name Data Type Description
low double the lower limit
high double the upper limit

Return

void

setZoomLimit()