Path.SetFillType(Path+FillType) 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.
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
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.