AppleExtensions.ToSKSize(CGSize) Method

Definition

Converts a CoreGraphics size into a SkiaSharp size.

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

Parameters

size
CGSize

The CoreGraphics size.

Returns

Returns a SkiaSharp size.

Applies to