Extensions.ToFormsSize Method

Definition

Overloads

ToFormsSize(SKSize)

Converts a SkiaSharp size into a Xamarin.Forms size.

ToFormsSize(SKSizeI)

Converts a SkiaSharp size into a Xamarin.Forms size.

ToFormsSize(SKSize)

Converts a SkiaSharp size into a Xamarin.Forms size.

public static Xamarin.Forms.Size ToFormsSize (this SkiaSharp.SKSize size);

Parameters

size
SKSize

The SkiaSharp size.

Returns

Returns a Xamarin.Forms size.

Applies to

ToFormsSize(SKSizeI)

Converts a SkiaSharp size into a Xamarin.Forms size.

public static Xamarin.Forms.Size ToFormsSize (this SkiaSharp.SKSizeI size);

Parameters

size
SKSizeI

The SkiaSharp size.

Returns

Returns a Xamarin.Forms size.

Applies to