如果你有需求將你畫面上的任何一個view轉成Bitmap,可以透過 public static Bitmap loadBitmapFromView(View v) { if(v == null){ return null; }
確定! 回上一頁