# CoverFlowImageType

Simple object for defining a single image in a cover flow view.

Availability
0.8
0.8
9.2.0
Extends
Object

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

# height

Availability
0.8
0.8
9.2.0
height :Number

Display height of the image, in Apple points.


# image

Availability
0.8
0.8
9.2.0

Image to use, as a local file URL, Blob, or File.


# width

Availability
0.8
0.8
9.2.0
width :Number

Display width for the image, in Apple points.