中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

關于Canvas的旋轉和平移

發布時間:2020-05-17 12:46:24 來源:網絡 閱讀:528 作者:wudilingyun 欄目:移動開發

Drawable newDrawable = getResources().getDrawable(mImageIds[newState])
                .mutate();
Drawable oldDrawable = getResources().getDrawable(mImageIds[oldState])
                .mutate();
Bitmap bitmap = null;

bitmap = Bitmap.createBitmap(width, bitmapHeight,
                    Bitmap.Config.ARGB_8888);
Canvas canvas = new Canvas(bitmap);
newDrawable.setBounds(0, 0, newDrawable.getIntrinsicWidth(),
                    newDrawable.getIntrinsicHeight());
oldDrawable.setBounds(0, oldBitmapOffset,
                    oldDrawable.getIntrinsicWidth(),
                    oldDrawable.getIntrinsicHeight() + oldBitmapOffset);

//canvas.rotate(orientation+180, width / 2, width / 2);
//canvas.translate(-oldBitmapOffset, 0);

newDrawable.draw(canvas);
oldDrawable.draw(canvas);


canvas看作畫布,Drawable看作圖畫,bitmap看作能顯示這幅畫的畫框大小

canvas旋轉平移后,坐標原點也會隨之改變。


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

东源县| 信宜市| 辰溪县| 安福县| 平谷区| 扬州市| 靖安县| 永城市| 错那县| 延长县| 大厂| 肃宁县| 新民市| 大同县| 富锦市| 本溪市| 张家口市| 体育| 饶阳县| 兴义市| 镇平县| 扎赉特旗| 鸡泽县| 渝北区| 上犹县| 沐川县| 息烽县| 杭州市| 万宁市| 彭阳县| 施甸县| 台中市| 万全县| 额尔古纳市| 普宁市| 江北区| 新津县| 合川市| 静安区| 壤塘县| 山阴县|