您的位置:首页 > 移动开发 > Android开发

int android.graphics.Bitmap.getRowBytes()

2013-07-31 11:52 253 查看
int android.graphics.Bitmap.getRowBytes()

Return the number of bytes between rows in the bitmap's pixels. Note that this refers to the pixels as stored natively by the bitmap. If you call getPixels() or setPixels(), then the pixels are uniformly treated as 32bit values, packed according to the Color class.

Returns:
number of bytes between rows of the native bitmap pixels.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐