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