# CoverFlowImageType
Simple object for defining a single image in a cover flow view.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Overview
If supplied, the width
and height
values must be exact values, not a percentage size.
If the size specified is different to the size of the image, the image is cropped and/or scaled to fit the specified size.
# Properties
# image
image :String | Titanium.Blob | Titanium.Filesystem.File
Image to use, as a local file URL, Blob
, or File
.