LibGfx: Add a method to copy a Bitmap to a PaintingSurface

This commit is contained in:
Tim Ledbetter 2024-11-13 10:44:50 +00:00 committed by Andreas Kling
commit b08f12d3e6
Notes: github-actions[bot] 2024-11-13 13:39:39 +00:00
2 changed files with 10 additions and 0 deletions

View file

@ -32,6 +32,7 @@ public:
#endif
void read_into_bitmap(Bitmap&);
void write_from_bitmap(Bitmap&);
IntSize size() const;
IntRect rect() const;