IVsUIWin32Bitmap::BitmapContainsAlphaInfo Method (Boolean)

 

Indicates if the bitmap includes an alpha channel.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int BitmapContainsAlphaInfo(
	[OutAttribute] bool% pfHasAlpha
)

Parameters

pfHasAlpha
Type: System::Boolean

[out] Location to return true if the bitmap includes an alpha channel.

Return Value

Type: System::Int32

Returns S_OK if the flag was returned.

Return to top
Show: