You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understood @youennf correctly, he proposes to replace setZoomLevel(value) with zoomIn() and zoomOut(). (Or a similar shape.)
Did I understand correctly?
What are the benefits of this approach? Could they be articulated by someone who supports that change?
Assuming that this approach has some benefits over setZoomLevel(value) in some use cases, could a compromise be achieved, serving both use cases, using either of the following?
Specifying both setZoomLevel(value) and zoomIn()/zoomOut()
Specifying setZoomLevel() as accepting long or ZoomAction, where ZoomAction is an enum consisting of "in" and "out"
The text was updated successfully, but these errors were encountered:
eladalon1983
changed the title
[Capture control] Consideration of proposal to support zoom in/out
Consideration of proposal to support zoom in/out
Nov 13, 2024
If I understood @youennf correctly, he proposes to replace
setZoomLevel(value)
withzoomIn()
andzoomOut()
. (Or a similar shape.)setZoomLevel(value)
in some use cases, could a compromise be achieved, serving both use cases, using either of the following?setZoomLevel()
as acceptinglong or ZoomAction
, whereZoomAction
is an enum consisting of "in" and "out"The text was updated successfully, but these errors were encountered: