| BOOL CBCGPToolBarImages::SmoothResize | ( | double | dblImageScale, |
| BOOL | bCheckDPIAwareness = TRUE |
||
| ) |
Uses bicubic algorithm to resize toolbar images.
| dblImageScale | The image scaling coefficient. If dblImageScale is less than 1, the size of pictures is reduced. |
| bCheckDPIAwareness | If this parameter is FALSE, the image is resized even if the image list is DPI PM2-aware. |