Creates a rounded-corner rectangle.
See Also:
RoundRectShape Members
Syntax
[Android.Runtime.Register("android/graphics/drawable/shapes/RoundRectShape", DoNotGenerateAcw=true)]
public class
RoundRectShape :
RectShapeRemarks
Creates a rounded-corner rectangle. Optionally, an inset (rounded) rectangle
can be included (to make a sort of "O" shape).
The rounded rectangle can be drawn to a Canvas with its own draw() method,
but more graphical control is available if you instead pass
the RoundRectShape to a Android.Graphics.Drawables.ShapeDrawable.
[Android Documentation]
Requirements
Namespace: Android.Graphics.Drawables.Shapes
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1