SKPoint.Normalize(SKPoint) Method

Definition

Returns a point with the same direction as the specified point, but with a length of one.

public static SkiaSharp.SKPoint Normalize (SkiaSharp.SKPoint point);

Parameters

point
SKPoint

The point to normalize.

Returns

Returns a point with a length of one.

Applies to