Draw the specified round-rect using the specified paint.
Syntax
[Android.Runtime.Register("drawRoundRect", "(Landroid/graphics/RectF;FFLandroid/graphics/Paint;)V", "GetDrawRoundRect_Landroid_graphics_RectF_FFLandroid_graphics_Paint_Handler")]
public virtual
void DrawRoundRect (
RectF rect,
float rx,
float ry,
Paint paint)
Parameters
- rect
- The rectangular bounds of the roundRect to be drawn
- rx
- The x-radius of the oval used to round the corners
- ry
- The y-radius of the oval used to round the corners
- paint
- The paint used to draw the roundRect
Remarks
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1