libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
Macros | |
#define | U_IM_Default 0x00 |
Default interpolation mode. | |
#define | U_IM_LowQuality 0x01 |
Low Quality interpolation mode. | |
#define | U_IM_HighQuality 0x02 |
High Quality interpolation mode. | |
#define | U_IM_Bilinear 0x03 |
Bilinear interpolation mode. | |
#define | U_IM_Bicubic 0x04 |
Bicubic interpolation mode. | |
#define | U_IM_NearestNeighbor 0x05 |
Nearest Neighbor interpolation mode. | |
#define | U_IM_HighQualityBilinear 0x06 |
High Quality Bilinear interpolation mode. | |
#define | U_IM_HighQualityBicubic 0x07 |
High Quality Bicubic interpolation mode. | |
For EMF+ manual 2.1.1.16, Microsoft name: InterpolationMode Enumeration (U_IM_*)