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
弧的半径。