SKCanvas.Concat(SKMatrix) Method

Definition

Pre-concatenates the provided transformation matrix with the current transformation matrix.

public void Concat (ref SkiaSharp.SKMatrix m);

Parameters

m
SKMatrix

Transformation matrix to pre-concatenate.

Applies to