Changeset 573 for GraphicTest/Methods/MethodCanvasPixelsUpdateLock.pas
- Timestamp:
- Jun 25, 2024, 10:49:43 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/MethodCanvasPixelsUpdateLock.pas
r572 r573 1 unit UMethodCanvasPixelsUpdateLock; 2 3 {$mode delphi} 1 unit MethodCanvasPixelsUpdateLock; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, UDrawMethod, UFastBitmap, Graphics;6 Classes, SysUtils, DrawMethod, FastBitmap, Graphics; 9 7 10 8 type … … 45 43 end; 46 44 47 48 45 end. 49 46
Note:
See TracChangeset
for help on using the changeset viewer.