ImageThemingUtilities::GetThemedBitmap Method (Bitmap^, UInt32, Boolean)

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)

public:
static Bitmap^ GetThemedBitmap(
	Bitmap^ source,
	unsigned int backgroundColor,
	bool isHighContrast
)

Parameters

source
Type: System.Drawing::Bitmap^

backgroundColor
Type: System::UInt32

isHighContrast
Type: System::Boolean

Return Value

Type: System.Drawing::Bitmap^

Return to top
Show: