Solved

In Order to Preserve an Image's Aspect Ratio (So It

Question 17

Multiple Choice

In order to preserve an image's aspect ratio (so it does not appear stretched or distorted) , you should use which of the following? Assume myView references an ImageView object.


A) myView.setPreserveRatio(false) ;
B) myView.setPreserveRatio(true) ;
C) myView.setPreserveRatio() ;
D) Either (a) or (c) would work.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions