Edit

Share via


CGContext.MoveTo(nfloat, nfloat) Method

Definition

Begins a sub-path at the specified position.

public void MoveTo(nfloat x, nfloat y);

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