IVsUIShell5.ThemeDIBits 方法
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio(在 Microsoft.VisualStudio.dll 中)
语法
声明
Sub ThemeDIBits ( _
dwBitmapLength As UInteger, _
<OutAttribute> pBitmap As Byte(), _
dwPixelWidth As UInteger, _
dwPixelHeight As UInteger, _
fIsTopDownBitmap As Boolean, _
crBackground As UInteger _
)
void ThemeDIBits(
uint dwBitmapLength,
byte[] pBitmap,
uint dwPixelWidth,
uint dwPixelHeight,
bool fIsTopDownBitmap,
uint crBackground
)
void ThemeDIBits(
[InAttribute] unsigned int dwBitmapLength,
[OutAttribute] array<unsigned char>^ pBitmap,
[InAttribute] unsigned int dwPixelWidth,
[InAttribute] unsigned int dwPixelHeight,
[InAttribute] bool fIsTopDownBitmap,
[InAttribute] unsigned int crBackground
)
abstract ThemeDIBits :
dwBitmapLength:uint32 *
pBitmap:byte[] byref *
dwPixelWidth:uint32 *
dwPixelHeight:uint32 *
fIsTopDownBitmap:bool *
crBackground:uint32 -> unit
function ThemeDIBits(
dwBitmapLength : uint,
pBitmap : byte[],
dwPixelWidth : uint,
dwPixelHeight : uint,
fIsTopDownBitmap : boolean,
crBackground : uint
)
参数
- dwBitmapLength
类型:System.UInt32
- pBitmap
类型:array<System.Byte[]
- dwPixelWidth
类型:System.UInt32
- dwPixelHeight
类型:System.UInt32
- fIsTopDownBitmap
类型:System.Boolean
- crBackground
类型:System.UInt32
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。