Changeset 179 for branches/highdpi/Back.pas
- Timestamp:
- Jun 23, 2019, 9:12:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Back.pas
r178 r179 65 65 begin 66 66 if Assigned(Img) then 67 BitBlt(Canvas.Handle, Screen.Width - Img.Width - (Screen.Width - 800) *67 DpiBitBlt(Canvas.Handle, Screen.Width - Img.Width - (Screen.Width - 800) * 68 68 3 div 8, (Screen.Height - 600) div 3, Img.Width, Img.Height, 69 69 Img.Canvas.Handle, 0, 0, SRCCOPY);
Note:
See TracChangeset
for help on using the changeset viewer.