[]
Converts an image with transparent or semitransparent pixels to fully opaque with specified background color.
public void ConvertToOpaque(Color backColor)
| Type | Name | Description |
|---|---|---|
| Color | backColor | The color to be used as background for transparent pixels. |
Converts a part of semitransparent image to opaque with specified background color.
public void ConvertToOpaque(Color backColor, Rectangle clipRect)
| Type | Name | Description |
|---|---|---|
| Color | backColor | The color to be used as background for transparent pixels. |
| Rectangle | clipRect | The target rectangle of the GcBitmap. |