NSBezierPath.AppendPathWithRoundedRect(CGRect, nfloat, nfloat) Method

Definition

[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

Parameters

rect
CGRect
xRadius
nfloat
yRadius
nfloat
Attributes

Applies to