Constants Reference > Constants Members > ImageLayout Constants |
ImageLayout Constants
Valid image file layouts.
Constant |
Description |
oc2dImageCentered |
Image is centered. |
oc2dImageTiled |
Image is tiled. |
oc2dImageFitted |
Image is resized to fit as much of the area as possible, while maintaining the aspect ratio. |
oc2dImageStretched |
Image is resized to fit the entire area. |
oc2dImageStretchedToWidth |
Image is stretched to fit the area width. |
oc2dImageStretchedToHeight |
Image is stretched to fit the area height. |
oc2dImageCropFitted |
Image is fitted to the smaller of the two dimensions. |