Share via


CGPath.FromRoundedRect Method

Definition

Overloads

FromRoundedRect(CGRect, NFloat, NFloat)

public static CoreGraphics.CGPath FromRoundedRect(CoreGraphics.CGRect rectangle, System.Runtime.InteropServices.NFloat cornerWidth, System.Runtime.InteropServices.NFloat cornerHeight);
static member FromRoundedRect : CoreGraphics.CGRect * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> CoreGraphics.CGPath

Parameters

rectangle
CGRect
cornerWidth
NFloat
cornerHeight
NFloat

Returns

Applies to

FromRoundedRect(CGRect, NFloat, NFloat, CGAffineTransform)

public static CoreGraphics.CGPath FromRoundedRect(CoreGraphics.CGRect rectangle, System.Runtime.InteropServices.NFloat cornerWidth, System.Runtime.InteropServices.NFloat cornerHeight, CoreGraphics.CGAffineTransform transform);
static member FromRoundedRect : CoreGraphics.CGRect * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * CoreGraphics.CGAffineTransform -> CoreGraphics.CGPath

Parameters

rectangle
CGRect
cornerWidth
NFloat
cornerHeight
NFloat
transform
CGAffineTransform

Returns

Applies to