Android.Graphics.Drawables.PaintDrawable.SetCornerRadii Method
Specify radii for each of the 4 corners.

Syntax

[Android.Runtime.Register("setCornerRadii", "([F)V", "GetSetCornerRadii_arrayFHandler")]
public virtual void SetCornerRadii (float[] radii)

Parameters

radii
the x and y radii of the corners

Remarks

Specify radii for each of the 4 corners. For each corner, the array contains 2 values, [X_radius, Y_radius]. The corners are ordered top-left, top-right, bottom-right, bottom-left

[Android Documentation]

Requirements

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