SKSizeI.Explicit(SKSizeI to SKPointI) Operator

Definition

Converts the specified SKSizeI structure to a SKPointI structure.

public static explicit operator SkiaSharp.SKPointI (SkiaSharp.SKSizeI size);

Parameters

size
SKSizeI

The SKSizeI structure to be converted.

Returns

The SKPointI structure structure to which this operator converts.

Applies to