SKPath.MoveTo Method

Definition

Overloads

MoveTo(SKPoint)

Set the beginning of the next contour to the point.

MoveTo(Single, Single)

Set the beginning of the next contour to the point.

MoveTo(SKPoint)

Set the beginning of the next contour to the point.

public void MoveTo (SkiaSharp.SKPoint point);

Parameters

point
SKPoint

The coordinates of the start of a new contour.

Applies to

MoveTo(Single, Single)

Set the beginning of the next contour to the point.

public void MoveTo (float x, float y);

Parameters

x
Single

The x-coordinate of the start of a new contour.

y
Single

The y-coordinate of the start of a new contour.

Applies to