CGContext.AddArc(nfloat, nfloat, nfloat, nfloat, nfloat, Boolean) Method

Definition

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