[Android.Runtime.Register("android/graphics/drawable/shapes/OvalShape", DoNotGenerateAcw=true)] public class OvalShape : RectShape
Remarks
Defines an oval shape.
The oval can be drawn to a Canvas with its own draw() method,
but more graphical control is available if you instead pass
the OvalShape to a Android.Graphics.Drawables.ShapeDrawable.