Path.AddOval Method

Definition

Overloads

AddOval(RectF, Path+Direction)

Add a closed oval contour to the path

AddOval(Single, Single, Single, Single, Path+Direction)

Add a closed oval contour to the path

AddOval(RectF, Path+Direction)

Add a closed oval contour to the path

[Android.Runtime.Register("addOval", "(Landroid/graphics/RectF;Landroid/graphics/Path$Direction;)V", "GetAddOval_Landroid_graphics_RectF_Landroid_graphics_Path_Direction_Handler")]
public virtual void AddOval (Android.Graphics.RectF oval, Android.Graphics.Path.Direction dir);
[<Android.Runtime.Register("addOval", "(Landroid/graphics/RectF;Landroid/graphics/Path$Direction;)V", "GetAddOval_Landroid_graphics_RectF_Landroid_graphics_Path_Direction_Handler")>]
abstract member AddOval : Android.Graphics.RectF * Android.Graphics.Path.Direction -> unit
override this.AddOval : Android.Graphics.RectF * Android.Graphics.Path.Direction -> unit

Parameters

oval
RectF

The bounds of the oval to add as a closed contour to the path

dir
Path.Direction

The direction to wind the oval's contour

Attributes

Remarks

Java documentation for android.graphics.Path.addOval(float, float, float, float, android.graphics.Direction).

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

AddOval(Single, Single, Single, Single, Path+Direction)

Add a closed oval contour to the path

[Android.Runtime.Register("addOval", "(FFFFLandroid/graphics/Path$Direction;)V", "GetAddOval_FFFFLandroid_graphics_Path_Direction_Handler")]
public virtual void AddOval (float left, float top, float right, float bottom, Android.Graphics.Path.Direction dir);
[<Android.Runtime.Register("addOval", "(FFFFLandroid/graphics/Path$Direction;)V", "GetAddOval_FFFFLandroid_graphics_Path_Direction_Handler")>]
abstract member AddOval : single * single * single * single * Android.Graphics.Path.Direction -> unit
override this.AddOval : single * single * single * single * Android.Graphics.Path.Direction -> unit

Parameters

left
Single
top
Single
right
Single
bottom
Single
dir
Path.Direction

The direction to wind the oval's contour

Attributes

Remarks

Java documentation for android.graphics.Path.addOval(float, float, float, float, android.graphics.Direction).

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