TJPEGScale represents the display size of a JPEG image.
TJPEGScale = ( jsFullSize, jsHalf, jsQuarter, jsEighth );
enum TJPEGScale { jsFullSize, jsHalf, jsQuarter, jsEighth };
jpeg
The following table lists the values of TJPEGScale:
Value |
Meaning |
jsFullSize |
Displays a full-sized image. |
jsHalf |
Displays a half-size image in half the time it takes to display a full-sized image. |
jsQuarter |
Displays a quarter-size image in a quarter of the time it takes to display a full-sized image. |
jsEighth |
Displays an eighth-size image in an eighth of the time it takes to display a full-sized image. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|