Android.Graphics.Bitmap.GetScaledHeight Method
Convenience for calling Bitmap.GetScaledHeight(int) with the target density of the given Android.Util.DisplayMetrics.

Syntax

[Android.Runtime.Register("getScaledHeight", "(Landroid/util/DisplayMetrics;)I", "")]
public int GetScaledHeight (Android.Util.DisplayMetrics metrics)

Parameters

metrics
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Convenience for calling Bitmap.GetScaledHeight(int) with the target density of the given Android.Util.DisplayMetrics.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4