Path.SetFillType(Path+FillType) Method

Definition

Set the path's fill type.

[Android.Runtime.Register("setFillType", "(Landroid/graphics/Path$FillType;)V", "GetSetFillType_Landroid_graphics_Path_FillType_Handler")]
public virtual void SetFillType (Android.Graphics.Path.FillType ft);
[<Android.Runtime.Register("setFillType", "(Landroid/graphics/Path$FillType;)V", "GetSetFillType_Landroid_graphics_Path_FillType_Handler")>]
abstract member SetFillType : Android.Graphics.Path.FillType -> unit
override this.SetFillType : Android.Graphics.Path.FillType -> unit

Parameters

ft
Path.FillType

The new fill type for this path

Attributes

Remarks

Java documentation for android.graphics.Path.setFillType(android.graphics.FillType).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to