CGPath.AddRelativeArc 方法

定义

重载

AddRelativeArc(nfloat, nfloat, nfloat, nfloat, nfloat)
AddRelativeArc(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat)

AddRelativeArc(nfloat, nfloat, nfloat, nfloat, nfloat)

public void AddRelativeArc (nfloat x, nfloat y, nfloat radius, nfloat startAngle, nfloat delta);
member this.AddRelativeArc : nfloat * nfloat * nfloat * nfloat * nfloat -> unit

参数

x
nfloat
y
nfloat
radius
nfloat
startAngle
nfloat
delta
nfloat

适用于

AddRelativeArc(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat)

public void AddRelativeArc (CoreGraphics.CGAffineTransform m, nfloat x, nfloat y, nfloat radius, nfloat startAngle, nfloat delta);
member this.AddRelativeArc : CoreGraphics.CGAffineTransform * nfloat * nfloat * nfloat * nfloat * nfloat -> unit

参数

x
nfloat
y
nfloat
radius
nfloat
startAngle
nfloat
delta
nfloat

适用于