Android.Graphics.Drawables.Shapes.Shape.Resize Method
Resizes the dimensions of this shape.

Syntax

[Android.Runtime.Register("resize", "(FF)V", "")]
public void Resize (float width, float height)

Parameters

width
the width of the shape (in pixels)
height
the height of the shape (in pixels)

Remarks

Resizes the dimensions of this shape. Must be called before Shape.Draw(Android.Graphics.Canvas, Android.Graphics.Paint).

[Android Documentation]

Requirements

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