Android.Graphics.Canvas.DrawCircle Method
Draw the specified circle using the specified paint.

Syntax

[Android.Runtime.Register("drawCircle", "(FFFLandroid/graphics/Paint;)V", "GetDrawCircle_FFFLandroid_graphics_Paint_Handler")]
public virtual void DrawCircle (float cx, float cy, float radius, Paint paint)

Parameters

cx
The x-coordinate of the center of the cirle to be drawn
cy
The y-coordinate of the center of the cirle to be drawn
radius
The radius of the cirle to be drawn
paint
The paint used to draw the circle

Remarks

Draw the specified circle using the specified paint. If radius is <= 0, then nothing will be drawn. The circle 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