Share via


NSBezierPath.FromOvalInRect(CGRect) Method

Definition

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

Parameters

rect
CGRect

Returns

Attributes

Applies to