Description
https://stackoverflow.com/questions/16840312/stretchblt-doesnt-create-a-mirror-image
StretchBlt(pdc, 0, h, w, -h, dc, 0, 0, w, h, SRCCOPY);
must do mirroring (flip vertically).
StretchBlt creates a mirror image of a bitmap if the signs of the nWidthSrc and nWidthDest parameters or if the nHeightSrc and nHeightDest parameters differ.
|
Attachments
Issue Links
- blocks
-
CORE-14671 Regression: Peazip shows icons in buttons vertically flipped
- Resolved
-
CORE-13273 Lazarus 1.6 from RAPPS draws rotated logo.
- Resolved
-
CORE-14408 StretchBlt not working for some cases
- Resolved
-
CORE-16984 SPINA Thyr (a delphi app) has images flipped
- Resolved
-
CORE-17334 ReactOS Paint problems reproduced in ReactOS only
- Resolved
- relates to
-
CORE-2965 StretchBlt doesn't work correctly when source and destination is the same DC
- Open
-
CORE-17194 StretchDIBits don't work correctly
- Resolved