UIBezierPath.AddClip Method

Definition

Intersects this UIBezierPath with the clipping path of the current graphics context.

[Foundation.Export("addClip")]
public virtual void AddClip ();
abstract member AddClip : unit -> unit
override this.AddClip : unit -> unit
Attributes

Remarks

This can be used from a background thread.

Applies to