SKRectI.Round(SKRect) Method

Definition

Converts the specified SKRect structure to a SKRectI structure by rounding the SKRect values to the nearest integer values.

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

Parameters

value
SKRect

The SKRect structure to be converted.

Returns

Returns a SKRectI.

Applies to