SKPointI.Ceiling(SKPoint) Method

Definition

Converts the specified SKPoint to a SKPointI by rounding the values of the SKPoint to the next higher integer values.

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

Parameters

value
SKPoint

The SKPoint to convert.

Returns

The SKPointI this method converts to.

Applies to