共用方式為


NSBezierPath.FromRoundedRect(CGRect, nfloat, nfloat) 方法

定義

[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

參數

rect
CGRect
xRadius
nfloat
yRadius
nfloat

傳回

屬性

適用於