Android.Graphics.Path.ArcTo Method
Append the specified arc to the path as a new contour.

Syntax

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

Parameters

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

Remarks

Append the specified arc to the path as a new contour. If the start of the path is different from the path's current last point, then an automatic lineTo() is added to connect the current contour to the start of the arc. However, if the path is empty, then we call moveTo() with the first point of the arc.

[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