System::Drawing::Bitmap::MakeTransparent 메서드
Bitmap::MakeTransparent method
지정된 색상을 가진 모든 픽셀의 색상을 투명하게 변경합니다.
void System::Drawing::Bitmap::MakeTransparent(Color transparent_color=Color::get_LightGray())
| 매개변수 | 형식 | 설명 |
|---|---|---|
| transparent_color | Color | 색상을 변경할 픽셀의 색상 |
또 보기
- Class Color
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Page for C++