CGPath.AddArc 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
AddArc(nfloat, nfloat, nfloat, nfloat, nfloat, Boolean) | |
AddArc(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat, Boolean) |
AddArc(nfloat, nfloat, nfloat, nfloat, nfloat, Boolean)
AddArc(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat, Boolean)
public void AddArc (CoreGraphics.CGAffineTransform m, nfloat x, nfloat y, nfloat radius, nfloat startAngle, nfloat endAngle, bool clockwise);
member this.AddArc : CoreGraphics.CGAffineTransform * nfloat * nfloat * nfloat * nfloat * nfloat * bool -> unit
Parameters
- x
- nfloat
- y
- nfloat
- radius
- nfloat
- startAngle
- nfloat
- endAngle
- nfloat
- clockwise
- Boolean