Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GC gc = new GC(canvas);
- Image image = new Image(canvas.getDisplay(), canvas.getBounds().width, canvas.getBounds().height);
- gc.copyArea(image, 0, 0);
- gc.dispose();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement