Share via


UIBezierPath.FromPath(CGPath) Method

Definition

[Foundation.Export("bezierPathWithCGPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIBezierPath FromPath(CoreGraphics.CGPath path);
[<Foundation.Export("bezierPathWithCGPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromPath : CoreGraphics.CGPath -> UIKit.UIBezierPath

Parameters

path
CGPath

Returns

Attributes

Applies to