Share via


NSBezierPath.AppendPathWithRoundedRect(CGRect, NFloat, NFloat) Method

Definition

[Foundation.Export("appendBezierPathWithRoundedRect:xRadius:yRadius:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendPathWithRoundedRect(CoreGraphics.CGRect rect, System.Runtime.InteropServices.NFloat xRadius, System.Runtime.InteropServices.NFloat yRadius);
[<Foundation.Export("appendBezierPathWithRoundedRect:xRadius:yRadius:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendPathWithRoundedRect : CoreGraphics.CGRect * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit
override this.AppendPathWithRoundedRect : CoreGraphics.CGRect * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

rect
CGRect
xRadius
NFloat
yRadius
NFloat
Attributes

Applies to