GradientDrawable.GetCornerRadii Method

Definition

Returns the radii for each of the 4 corners.

[Android.Runtime.Register("getCornerRadii", "()[F", "GetGetCornerRadiiHandler", ApiSince=24)]
public virtual float[]? GetCornerRadii ();
[<Android.Runtime.Register("getCornerRadii", "()[F", "GetGetCornerRadiiHandler", ApiSince=24)>]
abstract member GetCornerRadii : unit -> single[]
override this.GetCornerRadii : unit -> single[]

Returns

Single[]

an array containing the radii for each of the 4 corners, or null

Attributes

Remarks

Java documentation for android.graphics.drawable.GradientDrawable.getCornerRadii().

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