SKRect.AspectFill(SKSize) Method

Definition

Calculates the smallest rectangle that will fill the current rectangle using the specified size.

public SkiaSharp.SKRect AspectFill (SkiaSharp.SKSize size);
public readonly SkiaSharp.SKRect AspectFill (SkiaSharp.SKSize size);

Parameters

size
SKSize

The size of the existing rectangle.

Returns

Returns the smallest rectangle that will fill the current rectangle.

Applies to