Android.Graphics.Drawables.Shapes.PathShape Class
Creates geometric paths, utilizing the Android.Graphics.Path class.

See Also: PathShape Members

Syntax

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

Remarks

Creates geometric paths, utilizing the Android.Graphics.Path class. The path can be drawn to a Canvas with its own draw() method, but more graphical control is available if you instead pass the PathShape 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