IVsUIWin32Bitmap Interface

Definition

Used by bitmap types in Win32 format to wrap HBITMAP objects.

public interface class IVsUIWin32Bitmap
public interface class IVsUIWin32Bitmap
__interface IVsUIWin32Bitmap
public interface IVsUIWin32Bitmap
[System.Runtime.InteropServices.Guid("0DD7CF3A-6203-466F-B1C1-7653809CB73A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWin32Bitmap
type IVsUIWin32Bitmap = interface
[<System.Runtime.InteropServices.Guid("0DD7CF3A-6203-466F-B1C1-7653809CB73A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIWin32Bitmap = interface
Public Interface IVsUIWin32Bitmap
Attributes

Methods

BitmapContainsAlphaInfo(Boolean)

Indicates if the bitmap includes an alpha channel.

GetHBITMAP(Int32)

Returns a handle to the bitmap.

GetHBITMAP(IntPtr)

Applies to