共用方式為


CGContext.AddLineToPoint(nfloat, nfloat) 方法

定義

將目前點的線條附加 () GetPathCurrentPoint() 至使用者空間中的指定座標。

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

參數

x
nfloat

線段應該結束的 X 值。

y
nfloat

線條線段應該結束的 Y 值。

備註

適用於