Android.Graphics.Canvas.DrawOval Method
Draw the specified oval using the specified paint.

Syntax

[Android.Runtime.Register("drawOval", "(FFFFLandroid/graphics/Paint;)V", "GetDrawOval_FFFFLandroid_graphics_Paint_Handler")]
public virtual void DrawOval (float left, float top, float right, float bottom, Paint paint)

Parameters

left
Documentation for this section has not yet been entered.
top
Documentation for this section has not yet been entered.
right
Documentation for this section has not yet been entered.
bottom
Documentation for this section has not yet been entered.
paint
Documentation for this section has not yet been entered.

Remarks

Draw the specified oval using the specified paint. The oval will be filled or framed based on the Style in the paint.

[Android Documentation]

Requirements

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