[Android.Runtime.Register("setCornerRadii", "([F)V", "GetSetCornerRadii_arrayFHandler")] public virtual voidSetCornerRadii (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