次の方法で共有


CGContext.AddLineToPoint(nfloat, nfloat) メソッド

定義

現在のポイント (参照 GetPathCurrentPoint()) からユーザー空間内の指定した座標に線を追加します。

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

パラメーター

x
nfloat

線分が終了する X 値。

y
nfloat

線分が終了する Y 値。

注釈

適用対象