现在的位置: 首页 > 综合 > 正文

备注,待续

2013年08月13日 ⁄ 综合 ⁄ 共 322字 ⁄ 字号 评论关闭

BitmapDrawable bitmap1;
        BitmapDrawable bitmap2;
        
        bitmap1.setBounds(0,0,bitmap1.getIntrinsicWidth(),bitmap1.getIntrinsicHeight());
        bitmap2.setBounds(0,0,bitmap2.getIntrinsicWidth(),bitmap2.getIntrinsicHeight());
        
        boolean ins= bitmap1.getBounds().intersect(bitmap2.getBounds());

 

 

http://115.com/file/e6g1f8ty

抱歉!评论已关闭.