ControlPaint.CreateHBitmap16Bit(Bitmap, Color) 메서드

정의

16비트 색 비트맵을 만듭니다.

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

매개 변수

bitmap
Bitmap

만들 Bitmap입니다.

background
Color

배경의 Color입니다.

반환

IntPtr

nativeint

비트맵에 대한 핸들입니다.

예외

bitmap가 null입니다.

적용 대상