IVsUIShell5.ThemeDIBits Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Microsoft.VisualStudio (in Microsoft.VisualStudio.dll)
Syntax
'Declaration
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
)
Parameters
- dwBitmapLength
Type: System.UInt32
- pBitmap
Type: array<System.Byte[]
- dwPixelWidth
Type: System.UInt32
- dwPixelHeight
Type: System.UInt32
- fIsTopDownBitmap
Type: System.Boolean
- crBackground
Type: System.UInt32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.