Bitmap.DensityNone Field

Definition

Indicates that the bitmap was created for an unknown pixel density.

[Android.Runtime.Register("DENSITY_NONE")]
public const int DensityNone = 0;
[<Android.Runtime.Register("DENSITY_NONE")>]
val mutable DensityNone : int

Field Value

Value = 0

Implements

Attributes

Remarks

Indicates that the bitmap was created for an unknown pixel density.

Java documentation for android.graphics.Bitmap.DENSITY_NONE.

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