Android.Graphics.Path.AddArc Method
Add the specified arc to the path as a new contour.

Syntax

[Android.Runtime.Register("addArc", "(Landroid/graphics/RectF;FF)V", "GetAddArc_Landroid_graphics_RectF_FFHandler")]
public virtual void AddArc (RectF oval, float startAngle, float sweepAngle)

Parameters

oval
The bounds of oval defining the shape and size of the arc
startAngle
Starting angle (in degrees) where the arc begins
sweepAngle
Sweep angle (in degrees) measured clockwise

Remarks

Add the specified arc to the path as a new contour.

[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