CGContext.AddArcToPoint(nfloat, nfloat, nfloat, nfloat, nfloat) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のパスに円弧を追加します。
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
円弧の半径。