Share via


CGContext.AddLineToPoint(nfloat, nfloat) 方法

定义

从当前点追加一条线, (查看 GetPathCurrentPoint() 用户空间中的指定坐标) 。

public void AddLineToPoint (nfloat x, nfloat y);
member this.AddLineToPoint : nfloat * nfloat -> unit

参数

x
nfloat

线段应结束的 X 值。

y
nfloat

线段应结束的 Y 值。

注解

适用于