UIBezierPath.UsesEvenOddFillRule Property

Definition

If true, the path is filled using the even-odd rule. If false, the non-zero rule is used.

public virtual bool UsesEvenOddFillRule { [Foundation.Export("usesEvenOddFillRule")] get; [Foundation.Export("setUsesEvenOddFillRule:")] set; }
member this.UsesEvenOddFillRule : bool with get, set

Property Value

Attributes

Remarks

This can be used from a background thread.

Applies to