UIBezierPath.AppendPath(UIBezierPath) Method

Definition

Appends a path to this UIBezierPath.

[Foundation.Export("appendPath:")]
public virtual void AppendPath (UIKit.UIBezierPath path);
abstract member AppendPath : UIKit.UIBezierPath -> unit
override this.AppendPath : UIKit.UIBezierPath -> unit

Parameters

Attributes

Remarks

This can be used from a background thread.

Applies to