MakeTransparent
MakeTransparent()
Macht dafür die angegebene Farbe transparentBitmap .
public void MakeTransparent()
Siehe auch
- class Bitmap
- namensraum System.Drawing
- Montage Aspose.Drawing
MakeTransparent(Color)
Macht dafür die angegebene Farbe transparentBitmap .
public void MakeTransparent(Color transparentColor)
Parameter | Typ | Beschreibung |
---|---|---|
transparentColor | Color | DasColor Struktur, die die transparent zu machende Farbe darstellt. |
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Das Bildformat derBitmap ist ein Symbolformat. |
Exception | Die Operation ist fehlgeschlagen. |
Siehe auch
- struct Color
- class Bitmap
- namensraum System.Drawing
- Montage Aspose.Drawing