UIBezierPath.FromPath(CGPath) Method

Definition

Creates a new UIBezierBath, initialize with the specified CGPath.

[Foundation.Export("bezierPathWithCGPath:")]
public static UIKit.UIBezierPath FromPath (CoreGraphics.CGPath path);
static member FromPath : CoreGraphics.CGPath -> UIKit.UIBezierPath

Parameters

path
CGPath

Returns

Attributes

Remarks

This can be used from a background thread.

Applies to