Bitmap.EraseColor 方法

定义

重载

EraseColor(Int32)

用指定的 Color位图填充位图的像素。

EraseColor(Int64)

用指定的 ColorLong位图填充位图的像素。

EraseColor(Int32)

用指定的 Color位图填充位图的像素。

[Android.Runtime.Register("eraseColor", "(I)V", "")]
public void EraseColor (int c);
[<Android.Runtime.Register("eraseColor", "(I)V", "")>]
member this.EraseColor : int -> unit

参数

c
Int32
属性

例外

如果位图不可可变,则为

注解

用指定的 Color位图填充位图的像素。

适用于 . 的 android.graphics.Bitmap.eraseColor(int)Java 文档

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

适用于

EraseColor(Int64)

用指定的 ColorLong位图填充位图的像素。

[Android.Runtime.Register("eraseColor", "(J)V", "", ApiSince=29)]
public void EraseColor (long color);
[<Android.Runtime.Register("eraseColor", "(J)V", "", ApiSince=29)>]
member this.EraseColor : int64 -> unit

参数

color
Int64

要填充为由类打包 Color 的颜色。

属性

注解

用指定的 ColorLong位图填充位图的像素。

适用于 . 的 android.graphics.Bitmap.eraseColor(long)Java 文档

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

适用于