Bitmap.ByteCount Property

Definition

Returns the minimum number of bytes that can be used to store this bitmap's pixels.

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

Property Value

Int32
Attributes

Remarks

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

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