Bitmap.Reconfigure(Int32, Int32, Bitmap+Config) Method

Definition

[Android.Runtime.Register("reconfigure", "(IILandroid/graphics/Bitmap$Config;)V", "")]
public void Reconfigure (int width, int height, Android.Graphics.Bitmap.Config config);
[<Android.Runtime.Register("reconfigure", "(IILandroid/graphics/Bitmap$Config;)V", "")>]
member this.Reconfigure : int * int * Android.Graphics.Bitmap.Config -> unit

Parameters

width
Int32
height
Int32
config
Bitmap.Config
Attributes

Remarks

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

  • Width
  • Height
  • <xref:Android.Graphics.Bitmap.SetConfig(.Config)>