Outline.SetOval Method

Definition

Overloads

SetOval(Rect)

Convenience for #setOval(int, int, int, int)

SetOval(Int32, Int32, Int32, Int32)

Sets the outline to the oval defined by input rect.

SetOval(Rect)

Convenience for #setOval(int, int, int, int)

[Android.Runtime.Register("setOval", "(Landroid/graphics/Rect;)V", "")]
public void SetOval (Android.Graphics.Rect rect);
[<Android.Runtime.Register("setOval", "(Landroid/graphics/Rect;)V", "")>]
member this.SetOval : Android.Graphics.Rect -> unit

Parameters

rect
Rect
Attributes

Remarks

Convenience for #setOval(int, int, int, int)

Java documentation for android.graphics.Outline.setOval(android.graphics.Rect).

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

SetOval(Int32, Int32, Int32, Int32)

Sets the outline to the oval defined by input rect.

[Android.Runtime.Register("setOval", "(IIII)V", "")]
public void SetOval (int left, int top, int right, int bottom);
[<Android.Runtime.Register("setOval", "(IIII)V", "")>]
member this.SetOval : int * int * int * int -> unit

Parameters

left
Int32
top
Int32
right
Int32
bottom
Int32
Attributes

Remarks

Sets the outline to the oval defined by input rect.

Java documentation for android.graphics.Outline.setOval(int, int, int, int).

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