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
第二個正切線結束點的 X 值。
- y2
- nfloat
第二個正切線結束點的 Y 值。
- radius
- nfloat
弧形的半徑。