Android.Graphics.Region.SetPath Method
Set the region to the area described by the path and clip.

Syntax

[Android.Runtime.Register("setPath", "(Landroid/graphics/Path;Landroid/graphics/Region;)Z", "GetSetPath_Landroid_graphics_Path_Landroid_graphics_Region_Handler")]
public virtual bool SetPath (Path path, Region clip)

Parameters

path
Documentation for this section has not yet been entered.
clip
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Set the region to the area described by the path and clip. Return true if the resulting region is non-empty. This produces a region that is identical to the pixels that would be drawn by the path (with no antialiasing).

[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