ColorMatrix.PreConcat(ColorMatrix) 方法

定义

将此 colormatrix 与指定的 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

参数

prematrix
ColorMatrix
属性

注解

将此 colormatrix 与指定的 prematrix 连接。

这在逻辑上与调用 setConcat 相同(此,prematrix):

适用于 . 的 android.graphics.ColorMatrix.preConcat(android.graphics.ColorMatrix)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于