Share via


NSBezierPath.FromRoundedRect(CGRect, NFloat, NFloat) Method

Definition

[Foundation.Export("bezierPathWithRoundedRect:xRadius:yRadius:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSBezierPath FromRoundedRect(CoreGraphics.CGRect rect, System.Runtime.InteropServices.NFloat xRadius, System.Runtime.InteropServices.NFloat yRadius);
[<Foundation.Export("bezierPathWithRoundedRect:xRadius:yRadius:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromRoundedRect : CoreGraphics.CGRect * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> AppKit.NSBezierPath

Parameters

rect
CGRect
xRadius
NFloat
yRadius
NFloat

Returns

Attributes

Applies to