ImageThemingUtilities.GetThemedBitmap Method
Include Protected Members
Include Inherited Members
Creates a new Bitmap, based on the input one, but the new one blends in with the target background.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetThemedBitmap(Bitmap, Color) | Creates a new Bitmap, based on the input one, but the new one blends in with the target background. | |
GetThemedBitmap(Bitmap, UInt32) | Creates a new Bitmap, based on the input one, but the new one blends in with the target background. |
Top