Android.Graphics.Drawables.Shapes.ArcShape Class
Creates an arc shape.

See Also: ArcShape Members

Syntax

[Android.Runtime.Register("android/graphics/drawable/shapes/ArcShape", DoNotGenerateAcw=true)]
public class ArcShape : RectShape

Remarks

Creates an arc shape. The arc shape starts at a specified angle and sweeps clockwise, drawing slices of pie. The arc can be drawn to a Canvas with its own draw() method, but more graphical control is available if you instead pass the ArcShape to a Android.Graphics.Drawables.ShapeDrawable.

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables.Shapes
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1