Share via


NSBezierPath.FromRect(CGRect) Method

Definition

[Foundation.Export("bezierPathWithRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSBezierPath FromRect(CoreGraphics.CGRect rect);
[<Foundation.Export("bezierPathWithRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromRect : CoreGraphics.CGRect -> AppKit.NSBezierPath

Parameters

rect
CGRect

Returns

Attributes

Applies to