Matrix.setTranslateã®æªããåãã«æ©ã¾ããã¾ããã public void zoom(ImageView iv, Matrix m){ m.postScale(2.0f, 2.0f); m.setTranslate(0.0f, 0.0f); iv.setImageMatrix(m); } ç»åããºã¼ã ãã¦ã表示ä½ç½®ãå¤ããã¨ãããããªåç´ãªã³ã¼ãã§ãã ãsetTranslateãã使ç¨ããã¨ãç´åã®ãpostScaleãã§è¨å®ããå¤ãç¡å¹ã«ãªã£ã¦ãã¾ãã¾ããã setTranslateã£ã¦ãMTRANS_Xã¨MTRANS_Yã®å¤ãå¤æ´ããã ããã¨æã£ã¦ããã®ã§ãã・・ ãããªä»æ§ãªã®ã§ããããã ä»æ¹ãªãã®ã§ä»¥ä¸ã®ãããªæãã§åé¿ãã¾ããã public void zoom(ImageView iv, Matrix m){ m.postScale(2.0f, 2.0f)
{{#tags}}- {{label}}
{{/tags}}