Edit

WindowsExtensions.ToSize(SKSize) Method

Definition

Converts a SkiaSharp size into a Windows size.

public static Windows.Foundation.Size ToSize(this SkiaSharp.SKSize size);

Parameters

size
SKSize

The SkiaSharp size.

Returns

Returns a Windows size.

Applies to