Changeset 573 for GraphicTest/Methods/MethodBGRABitmap.pas
- Timestamp:
- Jun 25, 2024, 10:49:43 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/MethodBGRABitmap.pas
r572 r573 1 unit UMethodBGRABitmap; 2 3 {$mode delphi} 1 unit MethodBGRABitmap; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, UDrawMethod, UFastBitmap, BGRABitmap, BGRABitmapTypes,6 Classes, SysUtils, DrawMethod, FastBitmap, BGRABitmap, BGRABitmapTypes, 9 7 Controls, Graphics; 10 8 … … 44 42 begin 45 43 BGRABitmap.Free; 46 inherited Destroy;44 inherited; 47 45 end; 48 46 … … 64 62 end; 65 63 66 67 64 end. 68 65
Note:
See TracChangeset
for help on using the changeset viewer.