Sprache

ColorMatrix.PostConcat(ColorMatrix) Methode

Definition

Verketten Sie diese Colormatrix mit der angegebenen Postmatrix.

[Android.Runtime.Register("postConcat", "(Landroid/graphics/ColorMatrix;)V", "GetPostConcat_Landroid_graphics_ColorMatrix_Handler")]
public virtual void PostConcat(Android.Graphics.ColorMatrix? postmatrix);
[<Android.Runtime.Register("postConcat", "(Landroid/graphics/ColorMatrix;)V", "GetPostConcat_Landroid_graphics_ColorMatrix_Handler")>]
abstract member PostConcat : Android.Graphics.ColorMatrix -> unit
override this.PostConcat : Android.Graphics.ColorMatrix -> unit

Parameter

postmatrix
ColorMatrix

Die Matrix, die nach dieser Matrix verkettet werden soll.

Attribute

Hinweise

Dies SetConcat(ColorMatrix, ColorMatrix) wird mit postmatrix und dieser Matrix aufgerufen, wobei diese Matrix zuerst und postmatrix zweiter angewendet wird.

Java Dokumentation für android.graphics.ColorMatrix.postConcat(android.graphics.ColorMatrix).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: