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

Syntax

[Android.Runtime.Register("arcTo", "(FFFFFFZ)V", "GetArcTo_FFFFFFZHandler")]
public virtual void ArcTo (float left, float top, float right, float bottom, float startAngle, float sweepAngle, bool forceMoveTo)

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.
startAngle
Starting angle (in degrees) where the arc begins
sweepAngle
Sweep angle (in degrees) measured clockwise, treated mod 360.
forceMoveTo
If true, always begin a new contour with the arc

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