Changeset 180 for branches/highdpi/Packages/CevoComponents/ScreenTools.pas
- Timestamp:
- Jun 23, 2019, 11:57:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/CevoComponents/ScreenTools.pas
r179 r180 569 569 DataPixel.Init(GrExt[nGrExt].Data); 570 570 MaskPixel.Init(GrExt[nGrExt].Mask); 571 for y := 0 to S ource.Height- 1 do begin572 for x := 0 to xmax- 1 do begin571 for y := 0 to ScaleToVcl(Source.Height) - 1 do begin 572 for x := 0 to ScaleToVcl(xmax) - 1 do begin 573 573 OriginalColor := DataPixel.Pixel^.ARGB and $FFFFFF; 574 574 if (OriginalColor = $FF00FF) or (OriginalColor = $7F007F) then
Note:
See TracChangeset
for help on using the changeset viewer.