Bitmap.AllocationByteCount Property

Definition

Returns the size of the allocated memory used to store this bitmap's pixels.

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

Property Value

Int32
Attributes

Remarks

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

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

See also

  • <xref:Android.Graphics.Bitmap.Reconfigure(System.Int32%2c+System.Int32%2c+System.Int32)>