طريقة System::Drawing::Bitmap::MakeTransparent
Bitmap::MakeTransparent method
يغيّر لون جميع البكسلات ذات اللون المحدد إلى شفاف.
void System::Drawing::Bitmap::MakeTransparent(Color transparent_color=Color::get_LightGray())
| Parameter | Type | الوصف |
|---|---|---|
| transparent_color | لون | لون البكسلات التي سيتم تغيير لونها |
انظر أيضًا
- Class Color
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Page for C++