次の方法で共有


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

適用対象