Android.Graphics.Canvas.DrawRoundRect Method
Draw the specified round-rect using the specified paint.

Syntax

[Android.Runtime.Register("drawRoundRect", "(FFFFFFLandroid/graphics/Paint;)V", "GetDrawRoundRect_FFFFFFLandroid_graphics_Paint_Handler")]
public virtual void DrawRoundRect (float left, float top, float right, float bottom, float rx, float ry, Paint paint)

Parameters

left
Documentation for this section has not yet been entered.
top
Documentation for this section has not yet been entered.
right
Documentation for this section has not yet been entered.
bottom
Documentation for this section has not yet been entered.
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

Draw the specified round-rect using the specified paint. The roundrect 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