SKPointI.Explicit(SKPointI to SKSizeI) Operator

Definition

Converts an SKPointI into an SKSizeI.

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

Parameters

p
SKPointI

The SKPointI to convert.

Returns

The new SKSizeI.

Applies to