Share via


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

定义

[Foundation.Export("appendBezierPathWithRoundedRect:xRadius:yRadius:")]
public virtual void AppendPathWithRoundedRect (CoreGraphics.CGRect rect, nfloat xRadius, nfloat yRadius);
abstract member AppendPathWithRoundedRect : CoreGraphics.CGRect * nfloat * nfloat -> unit
override this.AppendPathWithRoundedRect : CoreGraphics.CGRect * nfloat * nfloat -> unit

参数

rect
CGRect
xRadius
nfloat
yRadius
nfloat
属性

适用于