UIBezierPath.Create Method

Definition

Creates a new UIBezierPath object.

[Foundation.Export("bezierPath")]
public static UIKit.UIBezierPath Create ();
static member Create : unit -> UIKit.UIBezierPath

Returns

Attributes

Remarks

This can be used from a background thread.

Applies to