ConvertToOpaque(Color,Rectangle) Method
In This Topic
Converts a part of semitransparent image to opaque with specified background color.
Syntax
'Declaration
Public Overloads Sub ConvertToOpaque( _
ByVal As System.Drawing.Color, _
ByVal As System.Drawing.Rectangle _
)
public void ConvertToOpaque(
System.Drawing.Color ,
System.Drawing.Rectangle
)
Parameters
- backColor
- The color to be used as background for transparent pixels.
- clipRect
- The target rectangle of the GcBitmap.
See Also