CGContext.FillPath Method

Definition

Fills the current path, using Non-Zero Winding rule.

public void FillPath ();
member this.FillPath : unit -> unit

Remarks

For an explanation of the Even-Odd and Non-Zero Winding rule, see CGPathDrawingMode.

Applies to