Bitmap.RowBytes Property

Definition

Return the number of bytes between rows in the bitmap's pixels.

public int RowBytes { [Android.Runtime.Register("getRowBytes", "()I", "")] get; }
[<get: Android.Runtime.Register("getRowBytes", "()I", "")>]
member this.RowBytes : int

Property Value

Int32

number of bytes between rows of the native bitmap pixels.

Attributes

Remarks

Java documentation for android.graphics.Bitmap.getRowBytes().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to