SKMatrix.PostConcat(SKMatrix) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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