Share via


CGPath.AddRoundedRect Method

Definition

Overloads

AddRoundedRect(CGRect, NFloat, NFloat)

public void AddRoundedRect(CoreGraphics.CGRect rect, System.Runtime.InteropServices.NFloat cornerWidth, System.Runtime.InteropServices.NFloat cornerHeight);
member this.AddRoundedRect : CoreGraphics.CGRect * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

rect
CGRect
cornerWidth
NFloat
cornerHeight
NFloat

Applies to

AddRoundedRect(CGAffineTransform, CGRect, NFloat, NFloat)

public void AddRoundedRect(CoreGraphics.CGAffineTransform transform, CoreGraphics.CGRect rect, System.Runtime.InteropServices.NFloat cornerWidth, System.Runtime.InteropServices.NFloat cornerHeight);
member this.AddRoundedRect : CoreGraphics.CGAffineTransform * CoreGraphics.CGRect * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

transform
CGAffineTransform
rect
CGRect
cornerWidth
NFloat
cornerHeight
NFloat

Applies to