SKMatrix44.MapPoints(SKPoint[]) Method

Definition

Applies the matrix to an array of points.

public SkiaSharp.SKPoint[] MapPoints (SkiaSharp.SKPoint[] src);

Parameters

src
SKPoint[]

The points to map.

Returns

Returns a new array of points with the matrix applied.

Applies to