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
[read-only] | AllocationByteCount | int. Returns the size of the allocated memory used to store this bitmap's pixels. |
[read-only] | ByteCount | int. Returns the minimum number of bytes that can be used to store this bitmap's pixels. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
Density | int. | |
[read-only] | GenerationId | int. Returns the generation ID of this bitmap. |
HasAlpha | bool. Returns true if the bitmap's config supports per-pixel alpha, and if the pixels may contain non-opaque alpha values. | |
HasMipMap | bool. Indicates whether the renderer responsible for drawing this bitmap should attempt to use mipmaps when this bitmap is drawn scaled down. | |
Height | int. Returns the bitmap's height | |
[read-only] | IsMutable | bool. Returns true if the bitmap is marked as mutable (i.e. can be drawn into) |
[read-only] | IsRecycled | bool. Returns true if this bitmap has been recycled. |
Premultiplied | bool. | |
[read-only] | RowBytes | int. Return the number of bytes between rows in the bitmap's pixels. |
Width | int. Returns the bitmap's width |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |