SKPointI.Truncate(SKPoint) Method

Definition

Converts the specified SKPoint to a SKPointI by truncating the values of the SKPoint.

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

Parameters

value
SKPoint

The SKPoint to convert.

Returns

The SKPoint this method converts to.

Applies to