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

返回

属性

适用于