The ImageInfoClass type exposes the following properties.
Properties
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
BottomText |
Use BottomText to specify custom text to appear below this thumbnail.
| |
Col |
Returns the column where is the image.
| |
DelayTime |
The time in milliseconds the image will be showed on playing (Playing property).
| |
FileName | Use this property to set the file where ImageEn will get the image when this will be showed. It accepts also the form: 'fullfilepath::imageindex' to load a multipage/video on-demand. | |
Height |
Image (page) height
| |
ID |
ID associates a numeric ID to the image. This ID is returned to ImageIDRequest event.
| |
InfoText |
Use InfoText to specify custom text to appear directly below this thumbnail.
| |
OriginalHeight |
The original height of the image. This is useful only when you store images as thumbnails and need to know the original image size.
| |
OriginalWidth |
The original width of the image. This is useful only when you store images as thumbnails and need to know the original image size.
| |
Row |
Returns the row where is the image.
| |
Tag | Tag associates a numeric integer value with idx image. This is an user value and is not used by IEImageList. | |
TopText |
Use TopText to specify custom text to appear above this thumbnail.
| |
Width |
Image (page) width
| |
XPosition |
Returns the column (in pixel) where the image will be showed.
| |
YPosition |
Returns the row (in pixel) where the image will be showed.
|