Edit

SKMatrix.MapRect(SKRect) Method

Definition

Applies the matrix to a rectangle.

public readonly SkiaSharp.SKRect MapRect(SkiaSharp.SKRect source);

Parameters

source
SKRect

The source rectangle to map.

Returns

Returns the mapped rectangle.

Applies to