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

Syntax

[Android.Runtime.Register("drawOval", "(Landroid/graphics/RectF;Landroid/graphics/Paint;)V", "GetDrawOval_Landroid_graphics_RectF_Landroid_graphics_Paint_Handler")]
public virtual void DrawOval (RectF oval, Paint paint)

Parameters

oval
The rectangle bounds of the oval to be drawn
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