SKMatrix44.PreConcat(SKMatrix44) Method

Definition

Pre-concatenates the matrix with the specified matrix.

public void PreConcat (SkiaSharp.SKMatrix44 m);

Parameters

m
SKMatrix44

The matrix to concatenate.

Applies to