2.2.2.3 MilBitmapScalingMode
A MilBitmapScalingMode enumeration specifies the sampling quality for scaled images.
-
typedef enum { Unspecified = 0x00000000, LowQuality = 0x00000001, HighQuality = 0x00000002 } MilBitmapScalingMode;
Unspecified: The rendering engine can choose the optimal algorithm.
LowQuality: The rendering engine will use the fastest algorithm available to scale images, at the expense of quality.
HighQuality: The rendering engine will use the highest image quality scaling algorithm, at the expense of speed.