Edit

SKMatrix44.PostConcat(SKMatrix44) Method

Definition

Post-concatenates the current matrix with the specified matrix.

public readonly SkiaSharp.SKMatrix44 PostConcat(SkiaSharp.SKMatrix44 matrix);

Parameters

matrix
SKMatrix44

The matrix to concatenate.

Returns

Returns the concatenated matrix.

Applies to