|
ScroogeXHTML for Object Pascal 9.4
|
Classes | |
| class | TEmbeddedPicture |
| Embedded picture. More... | |
Enumerations | |
| enum | TPictureSource { psUnknown , psBMP , psEMF , psPNG , psJPEG , psPICT , psWMF } |
| Enum for picture formats. More... | |
Variables | |
| const | MM_ANISOTROPIC = 8 |
| Allows independent scaling of x and y units. | |
| const | MM_HIENGLISH = 5 |
| Each logical unit is mapped to 0.001 inch. | |
| const | MM_HIMETRIC = 3 |
| Each logical unit is mapped to 0.01 millimeter. | |
| const | MM_ISOTROPIC = 7 |
| Allows scaling with equal x and y units. | |
| const | MM_LOENGLISH = 4 |
| Each logical unit is mapped to 0.01 inch. | |
| const | MM_LOMETRIC = 2 |
| Each logical unit is mapped to 0.1 millimeter. | |
| const | MM_TEXT = 1 |
| Metafile Mapping Modes. | |
| const | MM_TWIPS = 6 |
| Each logical unit is mapped to 1/1440 inch. | |
| enum TPictureSource |
| const MM_ANISOTROPIC = 8 |
Allows independent scaling of x and y units.
| const MM_HIENGLISH = 5 |
Each logical unit is mapped to 0.001 inch.
| const MM_HIMETRIC = 3 |
Each logical unit is mapped to 0.01 millimeter.
| const MM_ISOTROPIC = 7 |
Allows scaling with equal x and y units.
| const MM_LOENGLISH = 4 |
Each logical unit is mapped to 0.01 inch.
| const MM_LOMETRIC = 2 |
Each logical unit is mapped to 0.1 millimeter.
| const MM_TEXT = 1 |
Metafile Mapping Modes.
These constants define the mapping modes for metafiles. Each logical unit is mapped to one device pixel.
| const MM_TWIPS = 6 |
Each logical unit is mapped to 1/1440 inch.