SKMatrix44.PostConcat(SKMatrix44) Method

Definition

Post-concatenates the current matrix with the specified matrix.

public void PostConcat (SkiaSharp.SKMatrix44 m);

Parameters

m
SKMatrix44

The matrix to concatenate.

Applies to