Compartilhar via


ControlPaint.CreateHBitmap16Bit(Bitmap, Color) Método

Definição

Cria um bitmap colorido de 16 bits.

public:
 static IntPtr CreateHBitmap16Bit(System::Drawing::Bitmap ^ bitmap, System::Drawing::Color background);
public static IntPtr CreateHBitmap16Bit (System.Drawing.Bitmap bitmap, System.Drawing.Color background);
static member CreateHBitmap16Bit : System.Drawing.Bitmap * System.Drawing.Color -> nativeint
Public Shared Function CreateHBitmap16Bit (bitmap As Bitmap, background As Color) As IntPtr

Parâmetros

bitmap
Bitmap

O Bitmap a ser criado.

background
Color

O Color da tela de fundo.

Retornos

IntPtr

nativeint

O identificador para o bitmap.

Exceções

bitmap é nulo.

Aplica-se a