Android.Graphics.Bitmap.GetScaledWidth Method
Convenience for calling Bitmap.GetScaledWidth(int) with the target density of the given Android.Graphics.Canvas.

Syntax

[Android.Runtime.Register("getScaledWidth", "(Landroid/graphics/Canvas;)I", "")]
public int GetScaledWidth (Canvas canvas)

Parameters

canvas
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Convenience for calling Bitmap.GetScaledWidth(int) with the target density of the given Android.Graphics.Canvas.

[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