Android.Graphics.Paint.GetFillPath Method
Applies any/all effects (patheffect, stroking) to src, returning the result in dst.

Syntax

[Android.Runtime.Register("getFillPath", "(Landroid/graphics/Path;Landroid/graphics/Path;)Z", "GetGetFillPath_Landroid_graphics_Path_Landroid_graphics_Path_Handler")]
public virtual bool GetFillPath (Path src, Path dst)

Parameters

src
input path
dst
output path (may be the same as src)

Returns

Documentation for this section has not yet been entered.

Remarks

Applies any/all effects (patheffect, stroking) to src, returning the result in dst. The result is that drawing src with this paint will be the same as drawing dst with a default paint (at least from the geometric perspective).

[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