ImageThemingUtilities::GetThemedBitmap Method (Bitmap^, Color)
Visual Studio 2015
Creates a new Bitmap, based on the input one, but the new one blends in with the target background.
Assembly: Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)
Parameters
- source
-
Type:
System.Drawing::Bitmap^
The original bitmap, this bitmap is not changed or disposed in this function.
- backgroundColor
-
Type:
System.Drawing::Color
The background color(System.Drawing.Color)
Show: