상세 컨텐츠

본문 제목

안드로이드 matrix 크기 얻기

스마트기기개발관련/안드로이드 개발

by AlrepondTech 2011. 7. 14. 12:06

본문

반응형

 

 

 

 

=================================

=================================

=================================

 

 

 

 

 

■ matrix 크기 얻기
float[] values = new float[9]; 
 matrix.getValues(values); 
 globalX = values[2]; 
 globalY = values[5]; 
 width = values[0]*imageWidth; 
 height = values[4]*imageHeight; 

 

 

imageWidth = view.getDrawable().getIntrinsicWidth()

imageHeight = view.getDrawable().getIntrinsicheight()

 

scale = 줌인스케일

 

 

=================================

=================================

=================================

 

 

 

반응형


관련글 더보기

댓글 영역