Android.Graphics.Bitmap: Property Members

The properties of Android.Graphics.Bitmap are listed below. For a list of all members, see the Bitmap Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
AllocationByteCountint. Returns the size of the allocated memory used to store this bitmap's pixels.
[read-only]
ByteCountint. Returns the minimum number of bytes that can be used to store this bitmap's pixels.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
Densityint.
[read-only]
GenerationIdint. Returns the generation ID of this bitmap.
HasAlphabool. Returns true if the bitmap's config supports per-pixel alpha, and if the pixels may contain non-opaque alpha values.
HasMipMapbool. Indicates whether the renderer responsible for drawing this bitmap should attempt to use mipmaps when this bitmap is drawn scaled down.
Heightint. Returns the bitmap's height
[read-only]
IsMutablebool. Returns true if the bitmap is marked as mutable (i.e. can be drawn into)
[read-only]
IsRecycledbool. Returns true if this bitmap has been recycled.
Premultipliedbool.
[read-only]
RowBytesint. Return the number of bytes between rows in the bitmap's pixels.
Widthint. Returns the bitmap's width

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.