Matrix.SetConcat(Matrix, Matrix) メソッド

定義

行列を指定した 2 つの行列の連結に設定し、true を返します。

[Android.Runtime.Register("setConcat", "(Landroid/graphics/Matrix;Landroid/graphics/Matrix;)Z", "GetSetConcat_Landroid_graphics_Matrix_Landroid_graphics_Matrix_Handler")]
public virtual bool SetConcat(Android.Graphics.Matrix? a, Android.Graphics.Matrix? b);
[<Android.Runtime.Register("setConcat", "(Landroid/graphics/Matrix;Landroid/graphics/Matrix;)Z", "GetSetConcat_Landroid_graphics_Matrix_Landroid_graphics_Matrix_Handler")>]
abstract member SetConcat : Android.Graphics.Matrix * Android.Graphics.Matrix -> bool
override this.SetConcat : Android.Graphics.Matrix * Android.Graphics.Matrix -> bool

パラメーター

a
Matrix
b
Matrix

返品

属性

注釈

行列を指定した 2 つの行列の連結に設定し、true を返します。

2 つのマトリックスのいずれかがターゲット マトリックスである場合もあります。つまり、 matrixA.setConcat(matrixA, matrixB); が有効です。

android.os.Build.VERSION_CODES#GINGERBREAD_MR1以下では、結果を表すことができる場合にのみ、この関数は true を返します。 android.os.Build.VERSION_CODES#HONEYCOMB以降では、常に true が返されます。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象