SKPointI.Normalize(SKPointI) Method

Definition

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

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

Parameters

point
SKPointI

The point to normalize.

Returns

Returns a point with a length of one.

Applies to