Changeset 573 for GraphicTest/Methods/MethodBitmapRawImageDataPaintBox.pas
- Timestamp:
- Jun 25, 2024, 10:49:43 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/MethodBitmapRawImageDataPaintBox.pas
r572 r573 1 unit UMethodBitmapRawImageDataPaintBox; 2 3 {$mode delphi} 1 unit MethodBitmapRawImageDataPaintBox; 4 2 5 3 interface 6 4 7 5 uses 8 {$IFDEF windows}Windows,{$ENDIF}Classes, SysUtils, Controls, UDrawMethod, UFastBitmap, Graphics, LCLType,9 F Pimage, IntfGraphics, GraphType;6 {$IFDEF windows}Windows,{$ENDIF}Classes, SysUtils, Controls, DrawMethod, 7 FastBitmap, Graphics, LCLType, FPimage, IntfGraphics, GraphType; 10 8 11 9 type … … 47 45 begin 48 46 FreeAndNil(TempBitmap); 49 inherited Done;47 inherited; 50 48 end; 51 49 … … 94 92 end; 95 93 96 97 94 end. 98 95
Note:
See TracChangeset
for help on using the changeset viewer.