Edit

SKMatrix.PreConcat(SKMatrix) Method

Definition

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

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

Parameters

matrix
SKMatrix

The matrix to pre-concatenate.

Returns

Returns the concatenated matrix.

Remarks

This represents: result = this * matrix

Applies to