The members of Android.Util.DisplayMetrics are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | Density400 | DisplayMetricsDensity (400). Intermediate density for screens that sit somewhere between DisplayMetrics.DensityXhigh (320 dpi) and DisplayMetrics.DensityXxhigh (480 dpi). |
const | Density560 | DisplayMetricsDensity (560). Intermediate density for screens that sit somewhere between DisplayMetrics.DensityXxhigh (480 dpi) and DisplayMetrics.DensityXxxhigh (640 dpi). |
const | DensityDefault | DisplayMetricsDensity (160). The reference density used throughout the system. |
const | DensityHigh | DisplayMetricsDensity (240). Standard quantized DPI for high-density screens. |
const | DensityLow | DisplayMetricsDensity (120). Standard quantized DPI for low-density screens. |
const | DensityMedium | DisplayMetricsDensity (160). Standard quantized DPI for medium-density screens. |
const | DensityTv | DisplayMetricsDensity (213). This is a secondary density, added for some common screen configurations. |
const | DensityXhigh | DisplayMetricsDensity (320). Standard quantized DPI for extra-high-density screens. |
const | DensityXxhigh | DisplayMetricsDensity (480). Standard quantized DPI for extra-extra-high-density screens. |
const | DensityXxxhigh | DisplayMetricsDensity (640). Standard quantized DPI for extra-extra-extra-high-density screens. |
Density | float. The logical density of the display. | |
DensityDpi | DisplayMetricsDensity. The screen density expressed as dots-per-inch. | |
HeightPixels | int. The absolute height of the display in pixels. | |
ScaledDensity | float. A scaling factor for fonts displayed on the display. | |
WidthPixels | int. The absolute width of the display in pixels. | |
Xdpi | float. The exact physical pixels per inch of the screen in the X dimension. | |
Ydpi | float. The exact physical pixels per inch of the screen in the Y dimension. |
[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. |
Equals(DisplayMetrics)Returns true if these display metrics equal the other display metrics. | ||
SetTo(DisplayMetrics) | ||
SetToDefaults() |