Path.GetFillType Method

Definition

Return the path's fill type.

[Android.Runtime.Register("getFillType", "()Landroid/graphics/Path$FillType;", "GetGetFillTypeHandler")]
public virtual Android.Graphics.Path.FillType GetFillType ();
[<Android.Runtime.Register("getFillType", "()Landroid/graphics/Path$FillType;", "GetGetFillTypeHandler")>]
abstract member GetFillType : unit -> Android.Graphics.Path.FillType
override this.GetFillType : unit -> Android.Graphics.Path.FillType

Returns

the path's fill type

Attributes

Remarks

Java documentation for android.graphics.Path.getFillType().

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