ImageThemingUtilities::ThemeDIBits Method (Int32, array<Byte>^, Int32, Int32, Boolean, UInt32)

Visual Studio 2015
 

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

public:
static bool ThemeDIBits(
	int pixelCount,
	array<unsigned char>^ pixels,
	int width,
	int height,
	bool isTopDownBitmap,
	unsigned int backgroundRgba
)

Parameters

pixelCount
Type: System::Int32

pixels
Type: array<System::Byte>^

width
Type: System::Int32

height
Type: System::Int32

isTopDownBitmap
Type: System::Boolean

backgroundRgba
Type: System::UInt32

Return Value

Type: System::Boolean

Return to top
Show: