image = new BufferedImage(width, height, imgtype);. } Graphics g = image.getGraphics();. g.drawImage(source, 0, 0, width, height, null); ...
確定! 回上一頁