SKMatrix.PostConcat(SKMatrix) Méthode

Définition

Post-concaténe une matrice à cette matrice et retourne le résultat.

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

Paramètres

matrix
SKMatrix

Matrice à post-concaténer.

Retours

Retourne la matrice concaténée.

Remarques

Cela représente : result = matrix * this

S’applique à