Android.Graphics.Bitmap.ByteCount Property
Returns the minimum number of bytes that can be used to store this bitmap's pixels.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

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

As of NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#KITKAT, the result of this method can no longer be used to determine memory usage of a bitmap. See Bitmap.AllocationByteCount.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12