다음을 통해 공유


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

반환

특성

적용 대상