Which of the following statements about Stretch values is false?

a) The Stretch value UniformToFill indicates that the image should fill the element in which it’s displayed and the original image’s aspect ratio should be maintained. Keeping this ratio at its original value ensures that the video does not look stretched, though it might be cropped—that is, you’ll see only a portion of the image. Other possibilities for Stretch are:
b) The Stretch value None gives the image a zero size.
c) The Stretch value Fill resizes the image to the width and height of the area it’s filling. This changes the image’s aspect ratio.
d) The Stretch value Uniform preserves the image’s aspect ratio but resizes it to fit the width or height of the area it’s filling.

Part b) is false. It should read: The Stretch value None uses the image at its original size.

Computer Science & Information Technology

You might also like to view...

Facebook lets you upload photos in the JPG, GIF, and ________ file formats

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following can have a pointer as an operand?

a) ++ b) *= c) % d) /

Computer Science & Information Technology