2022 Enumeration
Changes 0
E

ViewDisplayBackgroundImageFlags

Description:
A collection of bit flags that control how the background image is positioned in relation to the crop region (or the view boundary).
Name Description
E None The image is displayed pixel-to-pixel
E FitToScreen The image is stretched in both directions
E FixedAspectRatio The image is stretched but the ratio of its height to width is preserved.
E UseTiling The pixels of the background are filled by tiling of the image.