ControlPaint.CreateHBitmapColorMask(Bitmap, IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在影像外部建立 Win32 HBITMAP
。
public:
static IntPtr CreateHBitmapColorMask(System::Drawing::Bitmap ^ bitmap, IntPtr monochromeMask);
public static IntPtr CreateHBitmapColorMask (System.Drawing.Bitmap bitmap, IntPtr monochromeMask);
static member CreateHBitmapColorMask : System.Drawing.Bitmap * nativeint -> nativeint
Public Shared Function CreateHBitmapColorMask (bitmap As Bitmap, monochromeMask As IntPtr) As IntPtr
參數
- monochromeMask
-
IntPtr
nativeint
單色遮罩的指標。
傳回
IntPtr
nativeint
點陣圖的控制碼。
例外狀況
bitmap
為 null。
備註
呼叫端負責解除配置 HBITMAP
。 如果影像使用透明度,背景會填滿指定的色彩。