Changeset 35 for trunk/ScreenTools.pas
- Timestamp:
- Jan 9, 2017, 12:56:03 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ScreenTools.pas
r29 r35 549 549 GrExt[nGrExt].Mask := TBitmap.create; 550 550 GrExt[nGrExt].Mask.PixelFormat := pf24bit; 551 GrExt[nGrExt].Mask.Width := Source.Width; 552 GrExt[nGrExt].Mask.Height := Source.Height; 551 GrExt[nGrExt].Mask.SetSize(Source.Width, Source.Height); 553 552 554 553 GrExt[nGrExt].Data.BeginUpdate; … … 583 582 FillChar(GrExt[nGrExt].pixUsed, GrExt[nGrExt].Data.Height div 49 * 10, 0); 584 583 inc(nGrExt); 585 end 584 end; 586 585 end; 587 586
Note:
See TracChangeset
for help on using the changeset viewer.