int android.graphics.Bitmap.getRowBytes()

int android.graphics.Bitmap.getRowBytes() android

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. this

Returns:
number of bytes between rows of the native bitmap pixels.orm

相关文章
相关标签/搜索