次の方法で共有


CGContext.AddArcToPoint(nfloat, nfloat, nfloat, nfloat, nfloat) メソッド

定義

現在のパスに円弧を追加します。

public void AddArcToPoint (nfloat x1, nfloat y1, nfloat x2, nfloat y2, nfloat radius);
member this.AddArcToPoint : nfloat * nfloat * nfloat * nfloat * nfloat -> unit

パラメーター

x1
nfloat

最初の接線の終点の X 値。

y1
nfloat

最初の接線の終点の Y 値。

x2
nfloat

2 番目の接線の終点の X 値。

y2
nfloat

2 番目の接線の終点の Y 値。

radius
nfloat

円弧の半径。

適用対象