IVsUIWin32Bitmap.BitmapContainsAlphaInfo 方法

指示位图是否包括一个 alpha 通道。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:   Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
  Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)

语法

声明
Function BitmapContainsAlphaInfo ( _
    <OutAttribute> ByRef pfHasAlpha As Boolean _
) As Integer
int BitmapContainsAlphaInfo(
    out bool pfHasAlpha
)

参数

  • pfHasAlpha
    类型:System.Boolean%
    [out] 返回 true 的位置,如果位图包括一个 alpha 通道。

返回值

类型:System.Int32
,如果标志返回,则返回 S_OK。

.NET Framework 安全性

请参见

参考

IVsUIWin32Bitmap 接口

Microsoft.VisualStudio.Shell.Interop 命名空间