CGPath.AddArc Method

Definition

Overloads

AddArc(nfloat, nfloat, nfloat, nfloat, nfloat, Boolean)
AddArc(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat, Boolean)

AddArc(nfloat, nfloat, nfloat, nfloat, nfloat, Boolean)

public void AddArc (nfloat x, nfloat y, nfloat radius, nfloat startAngle, nfloat endAngle, bool clockwise);
member this.AddArc : nfloat * nfloat * nfloat * nfloat * nfloat * bool -> unit

Parameters

x
nfloat
y
nfloat
radius
nfloat
startAngle
nfloat
endAngle
nfloat
clockwise
Boolean

Applies to

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

Applies to