SKMatrix44.SetConcat(SKMatrix44, SKMatrix44) Method

Definition

Reset the current matrix with the values from the concatenation of the specified matrices.

public void SetConcat (SkiaSharp.SKMatrix44 a, SkiaSharp.SKMatrix44 b);

Parameters

a
SKMatrix44

The first matrix.

b
SKMatrix44

The second matrix.

Applies to