NSBezierPath.FromRoundedRect(CGRect, nfloat, nfloat) Method

Definition

[Foundation.Export("bezierPathWithRoundedRect:xRadius:yRadius:")]
public static AppKit.NSBezierPath FromRoundedRect (CoreGraphics.CGRect rect, nfloat xRadius, nfloat yRadius);
static member FromRoundedRect : CoreGraphics.CGRect * nfloat * nfloat -> AppKit.NSBezierPath

Parameters

rect
CGRect
xRadius
nfloat
yRadius
nfloat

Returns

Attributes

Applies to