SKPointI.Round(SKPoint) Method

Definition

Converts the specified SKPoint to a SKPointI object by rounding the SKPoint values to the nearest integer.

public static SkiaSharp.SKPointI Round (SkiaSharp.SKPoint value);

Parameters

value
SKPoint

The SKPoint to convert.

Returns

The SKPointI this method converts to.

Applies to