Path.GetFillType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.