SKMatrix44.MapPoint(SKPoint) Method

Definition

Applies the matrix to a point.

public SkiaSharp.SKPoint MapPoint (SkiaSharp.SKPoint src);

Parameters

src
SKPoint

The point to map.

Returns

Returns a new point with the matrix applied.

Applies to