Edit

SKMatrix.PostConcat(SKMatrix) Method

Definition

Post-concatenates a matrix to this matrix and returns the result.

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

Parameters

matrix
SKMatrix

The matrix to post-concatenate.

Returns

Returns the concatenated matrix.

Remarks

This represents: result = matrix * this

Applies to