CGContext.MoveTo(nfloat, nfloat) Method

Definition

Begins a sub-path at the specified position.

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

Parameters

x
nfloat

The X position of the new subpath, in user-space coordinates.

y
nfloat

The Y position of the new subpath, in user-space coordinates.

Applies to