IVsUIWin32Bitmap.BitmapContainsAlphaInfo(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the bitmap includes an alpha channel.
public:
int BitmapContainsAlphaInfo([Runtime::InteropServices::Out] bool % pfHasAlpha);
int BitmapContainsAlphaInfo([Runtime::InteropServices::Out] bool & pfHasAlpha);
public int BitmapContainsAlphaInfo (out bool pfHasAlpha);
abstract member BitmapContainsAlphaInfo : bool -> int
Public Function BitmapContainsAlphaInfo (ByRef pfHasAlpha As Boolean) As Integer
Parameters
- pfHasAlpha
- Boolean
[out] Location to return true if the bitmap includes an alpha channel.
Returns
Returns S_OK if the flag was returned.