Changeset 573 for GraphicTest/Methods/MethodCanvasPixels.pas
- Timestamp:
- Jun 25, 2024, 10:49:43 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/MethodCanvasPixels.pas
r572 r573 1 unit UMethodCanvasPixels; 2 3 {$mode delphi} 1 unit MethodCanvasPixels; 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 … … 41 39 end; 42 40 43 44 41 end. 45 42
Note:
See TracChangeset
for help on using the changeset viewer.