Langue

Matrix.PreConcat(Matrix) Méthode

Définition

Préconcate la matrice avec la matrice spécifiée.

[Android.Runtime.Register("preConcat", "(Landroid/graphics/Matrix;)Z", "GetPreConcat_Landroid_graphics_Matrix_Handler")]
public virtual bool PreConcat(Android.Graphics.Matrix? other);
[<Android.Runtime.Register("preConcat", "(Landroid/graphics/Matrix;)Z", "GetPreConcat_Landroid_graphics_Matrix_Handler")>]
abstract member PreConcat : Android.Graphics.Matrix -> bool
override this.PreConcat : Android.Graphics.Matrix -> bool

Paramètres

other
Matrix

Retours

Attributs

Remarques

Préconcate la matrice avec la matrice spécifiée. M'= M * autre

Java documentation pour android.graphics.Matrix.preConcat(android.graphics.Matrix).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à