AppleExtensions.ToSize(SKSize) Method

Definition

Converts a SkiaSharp size into a CoreGraphics size.

public static CoreGraphics.CGSize ToSize (this SkiaSharp.SKSize size);

Parameters

size
SKSize

The SkiaSharp size.

Returns

Returns a CoreGraphics size.

Applies to