SKRect.Implicit(SKRectI to SKRect) Operator

Definition

Converts the specified SKRectI structure to a SKRect structure.

public static implicit operator SkiaSharp.SKRect (SkiaSharp.SKRectI r);

Parameters

r
SKRectI

The SKRectI structure to convert.

Returns

The SKRect structure that is converted from the specified SKRectI structure.

Applies to