L_BM_SHARPEN
Send this message to increase or decrease the sharpness of the L_BITMAPCLASS window's image.
Parameter |
Meaning |
wParam |
Specifies whether the window should be redrawn to reflect the image changes. Use 1 to redraw the window, or 0 not to redraw it. |
lParam |
The low order of lParam should contain the amount to change the sharpness. The value should range between -1000 and 1000 from minimum to maximum sharpness. The high order word must be set to NULL. |
Returns
SUCCESS |
Function was successful. |
< 0 |
An error occurred. Refer to Return Codes. |