CGContext.AddLineToPoint(nfloat, nfloat) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从当前点追加一条线, (查看 GetPathCurrentPoint() 用户空间中的指定坐标) 。
public void AddLineToPoint (nfloat x, nfloat y);
member this.AddLineToPoint : nfloat * nfloat -> unit
参数
- x
- nfloat
线段应结束的 X 值。
- y
- nfloat
线段应结束的 Y 值。