SKPoint(Single, Single) Constructor

Definition

Creates a new instance of a point with the specified coordinates.

public SKPoint (float x, float y);

Parameters

x
Single

The horizontal position of the point.

y
Single

The vertical position of the point.

Applies to