Share via


NSBezierPath.FromCGPath(CGPath) Method

Definition

[Foundation.Export("bezierPathWithCGPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSBezierPath FromCGPath(CoreGraphics.CGPath cgPath);
[<Foundation.Export("bezierPathWithCGPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromCGPath : CoreGraphics.CGPath -> AppKit.NSBezierPath

Parameters

cgPath
CGPath

Returns

Attributes

Applies to