Compartir a través de


ColorMatrix.PreConcat(ColorMatrix) Método

Definición

Concat this colormatrix with the specified prematrix.

[Android.Runtime.Register("preConcat", "(Landroid/graphics/ColorMatrix;)V", "GetPreConcat_Landroid_graphics_ColorMatrix_Handler")]
public virtual void PreConcat (Android.Graphics.ColorMatrix? prematrix);
[<Android.Runtime.Register("preConcat", "(Landroid/graphics/ColorMatrix;)V", "GetPreConcat_Landroid_graphics_ColorMatrix_Handler")>]
abstract member PreConcat : Android.Graphics.ColorMatrix -> unit
override this.PreConcat : Android.Graphics.ColorMatrix -> unit

Parámetros

prematrix
ColorMatrix
Atributos

Comentarios

Concat this colormatrix with the specified prematrix.

Esto es lógicamente igual que llamar a setConcat(this, prematrix);

Documentación de Java para android.graphics.ColorMatrix.preConcat(android.graphics.ColorMatrix).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a