Android.Graphics.Drawables.Shapes.Shape.OnResize Method
Callback method called when Shape.Resize(float, System.Single) is executed.

Syntax

[Android.Runtime.Register("onResize", "(FF)V", "GetOnResize_FFHandler")]
protected virtual void OnResize (float width, float height)

Parameters

width
the new width of the Shape
height
the new height of the Shape

Remarks

Callback method called when Shape.Resize(float, System.Single) is executed.

[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