次の方法で共有


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

戻り値

属性

適用対象