MakeTransparent
MakeTransparent()
使指定的颜色为此透明Bitmap.
public void MakeTransparent()
也可以看看
- class Bitmap
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
MakeTransparent(Color)
使指定的颜色为此透明Bitmap.
public void MakeTransparent(Color transparentColor)
范围 | 类型 | 描述 |
---|---|---|
transparentColor | Color | 这Color表示要透明的颜色的结构。 |
例外
例外 | (健康)状况 |
---|---|
InvalidOperationException | 的图像格式Bitmap是一种图标格式。 |
Exception | 操作失败。 |
也可以看看
- struct Color
- class Bitmap
- 命名空间 System.Drawing
- 部件 Aspose.Drawing