CGPath.AddRoundedRect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| AddRoundedRect(CGRect, NFloat, NFloat) | |
| AddRoundedRect(CGAffineTransform, CGRect, NFloat, NFloat) |
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