Share via


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

第二条正切线的终点的 X 值。

y2
nfloat

第二条正切线的终点的 Y 值。

radius
nfloat

弧的半径。

适用于