Share via


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

.NET Framework Security

See Also

Reference

IVsUIShell5 Interface

Microsoft.VisualStudio.Shell.Interop Namespace