SKRectI.Truncate(SKRect) Method

Definition

Converts the specified SKRect structure to a SKRectI structure by truncating the SKRect values.

public static SkiaSharp.SKRectI Truncate (SkiaSharp.SKRect value);

Parameters

value
SKRect

The SKRect to be converted.

Returns

The truncated value of the SKRectI.

Applies to