Android.Graphics.Canvas.DrawPath Method
Draw the specified path using the specified paint.

Syntax

[Android.Runtime.Register("drawPath", "(Landroid/graphics/Path;Landroid/graphics/Paint;)V", "GetDrawPath_Landroid_graphics_Path_Landroid_graphics_Paint_Handler")]
public virtual void DrawPath (Path path, Paint paint)

Parameters

path
The path to be drawn
paint
The paint used to draw the path

Remarks

Draw the specified path using the specified paint. The path will be filled or framed based on the Style in the paint.

[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