ImageItem
Object Hierarchy:
Description:
public class ImageItem :
MediaItem,
VisualItem
Represents an image item.
Content:
Constants:
Properties:
- public
int
width { set; get; }
The width of the image in pixels. A value of -1 means that the width
is unknown and will not, or did not, appear in DIDL-Lite XML.
- public
int
height { set; get; }
The height of the image in pixels. A value of -1 means that the
height is unknown and will not, or did not, appear in DIDL-Lite XML.
- public
int
color_depth { set; get; }
A value of -1 means that the color depth is unknown and will not, or
did not, appear in DIDL-Lite XML.
- public
ArrayList
<Thumbnail> thumbnails { set; get; }
Thumbnail pictures to represent the image.
Creation methods:
Methods: