InfoPCDRes property (ILEADRasterIO)
BOOL InfoPCDRes (short iIndex); | |
Overview |
Refer to Loading a Bitmap from a File. |
Remarks
(Read only) Is true if the resolution specified by the index value is in the PhotoCD file.
You load the values of this property by using the GetFileInfo method.
Before loading a bitmap from a file, use the PCDRes property to specify which resolution to load. (The PhotoCD format is read only; so the PhotoCD resolution is not an issue when saving a file.)
Index |
Resolution |
PCDRES_BASE_OVER_64 |
64 x 96 |
PCDRES_BASE_OVER_16 |
128 x 192 |
PCDRES_BASE_OVER_4 |
256 x 384 |
PCDRES_BASE |
512 x 768 |
PCDRES_4BASE |
1024 x 1536 |
PCDRES_16BASE |
2048 x 3072 |
See Also