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 值。