Path.SetFillType(Path+FillType) 方法

定义

设置路径的填充类型。

[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

参数

ft
Path.FillType

此路径的新填充类型

属性

注解

Java文档android.graphics.Path.setFillType(android.graphics.FillType)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于