MakeTransparent()
Bitmap::MakeTransparent(Color) method
Changes the color of all pixels with the specified color to transparent.
void System::Drawing::Bitmap::MakeTransparent(Color transparent_color=Color::get_LightGray())
Arguments
Parameter | Type | Description |
---|---|---|
transparent_color | Color | The color of the pixels whose color to change |
See Also
- Class Color
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Slides