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
AddRoundedRect(CGAffineTransform, CGRect, nfloat, nfloat) | |
AddRoundedRect(CGRect, nfloat, nfloat) |
AddRoundedRect(CGAffineTransform, CGRect, nfloat, nfloat)
public void AddRoundedRect (CoreGraphics.CGAffineTransform transform, CoreGraphics.CGRect rect, nfloat cornerWidth, nfloat cornerHeight);
member this.AddRoundedRect : CoreGraphics.CGAffineTransform * CoreGraphics.CGRect * nfloat * nfloat -> unit
Parameters
- transform
- CGAffineTransform
- rect
- CGRect
- cornerWidth
- nfloat
- cornerHeight
- nfloat