Share via


CGContext.MoveTo(nfloat, nfloat) 方法

定义

从指定位置处开始子路径。

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

参数

x
nfloat

新子路径的 X 位置(以用户空间坐标表示)。

y
nfloat

新子路径的 Y 位置(以用户空间坐标表示)。

适用于