ControlPaint.CreateHBitmapTransparencyMask(Bitmap) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為指定的點陣圖建立色彩遮罩,表示哪些色彩應顯示為透明。
public:
static IntPtr CreateHBitmapTransparencyMask(System::Drawing::Bitmap ^ bitmap);
public static IntPtr CreateHBitmapTransparencyMask (System.Drawing.Bitmap bitmap);
static member CreateHBitmapTransparencyMask : System.Drawing.Bitmap -> nativeint
Public Shared Function CreateHBitmapTransparencyMask (bitmap As Bitmap) As IntPtr
參數
傳回
-
IntPtr
nativeint
Bitmap 遮罩的控制代碼。
備註
呼叫端負責解除配置點陣圖。