cgContext // draw original image let rect = CGRect(origin: .zero, size: image.size) image.draw(in: rect) // save state to restore the ...
確定! 回上一頁