共用方式為


CGPath.AddArc 方法

定義

多載

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

參數

x
nfloat
y
nfloat
radius
nfloat
startAngle
nfloat
endAngle
nfloat
clockwise
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

參數

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

適用於